@@ -11,7 +11,7 @@ Here is the list of examples in alphabetical order by filename along with a brie
11
11
- [ arg_decorators.py] ( https://github.com/python-cmd2/cmd2/blob/master/examples/arg_decorators.py )
12
12
- Demonstrates how to use the ` cmd2.with_argparser ` decorator to specify command arguments using [ argparse] ( https://docs.python.org/3/library/argparse.html )
13
13
- [ arg_print.py] ( https://github.com/python-cmd2/cmd2/blob/master/examples/arg_print.py )
14
- - Demonstrates how arguments and options get parsed and passed to commands and shows how shortcust work
14
+ - Demonstrates how arguments and options get parsed and passed to commands and shows how shortcuts work
15
15
- [ argparse_completion.py] ( https://github.com/python-cmd2/cmd2/blob/master/examples/argparse_completion.py )
16
16
- Shows how to integrate tab-completion with argparse-based commands
17
17
- [ async_printing.py] ( https://github.com/python-cmd2/cmd2/blob/master/examples/async_printing.py )
@@ -27,7 +27,7 @@ Here is the list of examples in alphabetical order by filename along with a brie
27
27
- [ custom_parser.py] ( https://github.com/python-cmd2/cmd2/blob/master/examples/custom_parser.py )
28
28
- Demonstrates how to create your own customer ` Cmd2ArgumentParser ` ; used by the ` override_parser.py ` example
29
29
- [ decorator_example.py] ( https://github.com/python-cmd2/cmd2/blob/master/examples/decorator_example.py )
30
- - Shows how to use cmd2's various argparse decotrators to processes command-line arguments
30
+ - Shows how to use cmd2's various argparse decorators to processes command-line arguments
31
31
- [ default_categories.py] ( https://github.com/python-cmd2/cmd2/blob/master/examples/default_categories.py )
32
32
- Demonstrates usage of ` @with_default_category ` decorator to group and categorize commands and ` CommandSet ` use
33
33
- [ dynamic_commands.py] ( https://github.com/python-cmd2/cmd2/blob/master/examples/dynamic_commands.py )
@@ -59,7 +59,7 @@ Here is the list of examples in alphabetical order by filename along with a brie
59
59
- [ modular_commands_main.py] ( https://github.com/python-cmd2/cmd2/blob/master/examples/modular_commands_main.py )
60
60
- Complex example demonstrating a variety of methods to load ` CommandSets ` using a mix of command decorators
61
61
- [ modular_subcommands.py] ( https://github.com/python-cmd2/cmd2/blob/master/examples/modular_subcommands.py )
62
- - Shows how to use dynamically add and remove subcommands at runtime using ` CommandSets `
62
+ - Shows how to dynamically add and remove subcommands at runtime using ` CommandSets `
63
63
- [ override-parser.py] ( https://github.com/python-cmd2/cmd2/blob/master/examples/override_parser.py )
64
64
- Shows how to override cmd2's default ` Cmd2ArgumentParser ` with your own customer parser class
65
65
- [ paged_output.py] ( https://github.com/python-cmd2/cmd2/blob/master/examples/paged_output.py )
@@ -69,7 +69,7 @@ Here is the list of examples in alphabetical order by filename along with a brie
69
69
- [ pirate.py] ( https://github.com/python-cmd2/cmd2/blob/master/examples/pirate.py )
70
70
- Demonstrates many features including colorized output, multiline commands, shorcuts, defaulting to shell, etc.
71
71
- [ python_scripting.py] ( https://github.com/python-cmd2/cmd2/blob/master/examples/python_scripting.py )
72
- - Shows how cmd2's built-in ` run_pyscript ` command and provide advanced Python scripting of cmd2 applications
72
+ - Shows how cmd2's built-in ` run_pyscript ` command can provide advanced Python scripting of cmd2 applications
73
73
- [ read_input.py] ( https://github.com/python-cmd2/cmd2/blob/master/examples/read_input.py )
74
74
- Demonstrates the various ways to call ` cmd2.Cmd.read_input() ` for input history and tab completion
75
75
- [ remove_builtin_commands.py] ( https://github.com/python-cmd2/cmd2/blob/master/examples/remove_builtin_commands.py )
0 commit comments