From b2b0d90c4de1f922e2f60e0a82d7cc2d47f8de27 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Sun, 20 Jan 2013 22:08:12 -0500 Subject: [PATCH] update README to remove direct subcommand support --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d01496..c285f0f 100644 --- a/README.md +++ b/README.md @@ -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