From 920a9faa050441fbe064eed200f74dbdc0ba9663 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Fri, 19 Jul 2019 10:06:19 -0400 Subject: Changed all uses of sub-command to subcommand --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5205970f..f00b11ce 100755 --- a/README.md +++ b/README.md @@ -35,9 +35,9 @@ Main Features - Macros, which are similar to aliases, but they can contain argument placeholders - Ability to run commands at startup from an initialization script - Settable environment parameters -- Parsing commands with arguments using `argparse`, including support for sub-commands +- Parsing commands with arguments using `argparse`, including support for subcommands - Unicode character support -- Good tab-completion of commands, sub-commands, file system paths, and shell commands +- Good tab-completion of commands, subcommands, file system paths, and shell commands - Automatic tab-completion of `argparse` flags when using one of the `cmd2` `argparse` decorators - Support for Python 3.5+ on Windows, macOS, and Linux - Trivial to provide built-in help for all commands -- cgit v1.2.1