diff --git a/README.md b/README.md index 60d4604..5afa094 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ cli is the library that powers the CLI for * Easy sub-command based CLIs: `cli foo`, `cli bar`, etc. +* Optional support for default subcommands so `cli` does something + other than error. + * Automatic help generation for listing subcommands * Automatic help flag recognition of `-h`, `--help`, etc.