Skip to content

Commit

Permalink
docs: update documentation about REPL command search
Browse files Browse the repository at this point in the history
  • Loading branch information
hrishikeshrt committed Mar 17, 2022
1 parent 55176e8 commit 7e40227
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 4 deletions.
16 changes: 14 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -261,12 +261,24 @@ REPL Session Example
Documented commands (type help <topic>):
========================================
EOF debug exit info limit shell stats use
available dicts help input_scheme output_scheme show update version
EOF dicts info output_scheme show use
available exit input_scheme search stats version
debug help limit shell update
(CDSL::None) help available
Display a list of dictionaries available in CDSL
(CDSL::None) help search
Search in the active dictionaries
Note
----
* Searching in the active dictionaries is also the default action.
* In general, we do not need to use this command explicitly unless we
want to search the command keywords, such as, `available` `search`,
`version`, `help` etc. in the active dictionaries.
(CDSL::None) help dicts
Display a list of dictionaries available locally
Expand Down
16 changes: 14 additions & 2 deletions USAGE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -207,12 +207,24 @@ REPL Session Example
Documented commands (type help <topic>):
========================================
EOF debug exit info limit shell stats use
available dicts help input_scheme output_scheme show update version
EOF dicts info output_scheme show use
available exit input_scheme search stats version
debug help limit shell update
(CDSL::None) help available
Display a list of dictionaries available in CDSL
(CDSL::None) help search
Search in the active dictionaries
Note
----
* Searching in the active dictionaries is also the default action.
* In general, we do not need to use this command explicitly unless we
want to search the command keywords, such as, `available` `search`,
`version`, `help` etc. in the active dictionaries.
(CDSL::None) help dicts
Display a list of dictionaries available locally
Expand Down

0 comments on commit 7e40227

Please sign in to comment.