update README to remove direct subcommand support

This commit is contained in:
Josh Holtrop 2013-01-20 22:08:12 -05:00
parent 1a1b18b62e
commit b2b0d90c4d

View File

@ -4,8 +4,7 @@ Yet Another Way to Parse Arguments is an argument-parsing library for Ruby.
## Features
- Arbitrarily nested subcommands
- Entire hierarchical option configuration can be specified in one location or option configuration can be separated by subcommand
- POSIX or non-POSIX mode (supports subcommands using POSIX mode)
- Options can require an arbitrary number of parameters
- Options can be defined with a range specifying the allowed number of parameters