diff options
author | Eric Lin <anselor@gmail.com> | 2020-08-07 16:45:01 -0400 |
---|---|---|
committer | Eric Lin <anselor@gmail.com> | 2020-08-07 16:50:14 -0400 |
commit | dc94af322089e2fc2c1fb1be22e363e96061f2e8 (patch) | |
tree | 9502fe8847312fd3124cd9b81e3b1520233b3bb3 /examples/modular_subcommands.py | |
parent | 091a88efc63a60211a0d1addb73c35bf47e7cd69 (diff) | |
download | cmd2-git-dc94af322089e2fc2c1fb1be22e363e96061f2e8.tar.gz |
Minor housekeeping. Updated CODEOWNERS with recent additions
Diffstat (limited to 'examples/modular_subcommands.py')
-rw-r--r-- | examples/modular_subcommands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/modular_subcommands.py b/examples/modular_subcommands.py index 49620dfb..945fd54d 100644 --- a/examples/modular_subcommands.py +++ b/examples/modular_subcommands.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # coding=utf-8 -"""A simple example demonstracting modular subcommand loading through CommandSets +"""A simple example demonstrating modular subcommand loading through CommandSets In this example, there are loadable CommandSets defined. Each CommandSet has 1 subcommand defined that will be attached to the 'cut' command. |