summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2018-03-22 14:06:05 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2018-03-22 14:06:05 -0400
commita73e6dfa825f046fb26eb055e08f65307e199979 (patch)
treeeea5804f41a90dcfec18c1708c935795b77a43db /README.md
parent9d724f274620942319c0fa5b6e9fd879ef39befb (diff)
downloadcmd2-git-a73e6dfa825f046fb26eb055e08f65307e199979.tar.gz
Renamed exclude_from_help to hidden_commands
Renamed excludeFromHistory to exclude_from_history No longer tab completing hidden commands
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c73db019..f9c2aa1e 100755
--- a/README.md
+++ b/README.md
@@ -82,10 +82,10 @@ Instructions for implementing each feature follow.
- Searchable command history
- All commands will automatically be tracked in the session's history, unless the command is listed in Cmd's excludeFromHistory attribute.
+ All commands will automatically be tracked in the session's history, unless the command is listed in Cmd's exclude_from_history attribute.
The history is accessed through the `history` command.
If you wish to exclude some of your custom commands from the history, append their names
- to the list at `Cmd.ExcludeFromHistory`.
+ to the list at `Cmd.exclude_from_history`.
- Load commands from file, save to file, edit commands in file