We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7644204 commit cba3ec5Copy full SHA for cba3ec5
cmd2/history.py
@@ -12,6 +12,7 @@
12
from . import utils
13
from .parsing import Statement
14
15
+
16
@attr.s(frozen=True)
17
class HistoryItem():
18
"""Class used to represent one command in the History list"""
0 commit comments