Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/python-cmd2/cmd2
/ help_cranberry
Method
help_cranberry
tests/test_commandset.py:66–67 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
64
self._cmd.last_result = {
"arg1"
: ns.arg1,
"unknown"
: unknown}
65
66
def
help_cranberry(self) -> None:
67
self._cmd.stdout.write(
"This command does diddly squat...\n"
)
68
69
@cmd2.with_argument_list
70
@cmd2.with_category(
"Also Alone"
)
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected