You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/features/initialization.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,6 @@ Here are instance attributes of `cmd2.Cmd` which developers might wish to overri
43
43
-**editor**: text editor program to use with _edit_ command (e.g. `vim`)
44
44
-**exclude_from_history**: commands to exclude from the _history_ command
45
45
-**exit_code**: this determines the value returned by `cmdloop()` when exiting the application
46
-
-**feedback_to_output**: if `True`, send nonessential output to stdout, if `False` send them to stderr (Default: `False`)
47
46
-**help_error**: the error that prints when no help information can be found
48
47
-**hidden_commands**: commands to exclude from the help menu and tab completion
49
48
-**last_result**: stores results from the last command run to enable usage of results in a Python script or interactive console. Built-in commands don't make use of this. It is purely there for user-defined commands and convenience.
0 commit comments