diff --git a/README.md b/README.md index df05418..2b73ab2 100644 --- a/README.md +++ b/README.md @@ -16,25 +16,25 @@ user@host: ~/menu $ cargo run --example simple In enter_root() > help AVAILABLE ITEMS: - foo [ ] [ --verbose ] [ --level=INT ] - Makes a foo appear. - bar - fandoggles a bar - sub - enter sub-menu - help [ ] - Show this help, or get help on a specific command. + foo [ ] [ OPTIONS... ] + bar + sub + help [ ] > help foo SUMMARY: - foo [ ] [ --verbose ] [ --level=INT ] + foo [ ] [ --verbose ] [ --level=INT ] PARAMETERS: - - - This is the help text for 'a' - - - No help text found - --verbose - - No help text found - --level=INT - - Set the level of the dangle + + This is the help text for 'a' + + No help text found + --verbose + No help text found + --level=INT + Set the level of the dangle DESCRIPTION: @@ -63,20 +63,19 @@ Error: Too many arguments given /sub> help AVAILABLE ITEMS: - baz - thingamobob a baz - quux - maximum quux - exit - Leave this menu. - help [ ] - Show this help, or get help on a specific command. - + baz + quux + exit + help [ ] > exit > help AVAILABLE ITEMS: - foo [ ] [ --verbose ] [ --level=INT ] - Makes a foo appear. - bar - fandoggles a bar - sub - enter sub-menu - help [ ] - Show this help, or get help on a specific command. + foo [ ] [ OPTIONS... ] + bar + sub + help [ ] > ^C @@ -172,6 +171,10 @@ It contains multiple paragraphs and should be preceeded by the parameter list. * None +### v0.3.2 + +* Shortened help output. + ### v0.3.1 * Updated crate metadata