Commits
Branch selector
User selector
Commit history
Commits on Jul 11, 2019
Strip all separators from the current command name in NAME section.
Show description for 024fbadauthored andcommitted
Commits on Jul 1, 2019
Use assertEqual instead of assertLen.
Show description for b6f6b3aauthored andcommittedFor functions that require flag syntax, show this appropriately in the usage screen and help screen.
Show description for 7f3156bauthored andcommittedShow frozensets the same way we show sets.
Show description for cc6db72authored andcommitteduse count instead of index in test since index changes signature in Python 3.7.
Show description for dea9c8dauthored andcommittedAllow multiple handlers to be triggered for a single object.
Show description for 0e1dfe5authored andcommitted
Commits on Jun 27, 2019
Add pytype disable lines for console package.
Show description for 1c9abf3authored andcommitteduse proper main method in binary
Show description for b2fbfecauthored andcommitted
Commits on Jun 26, 2019
Fixes help text when key in map is non-string value.
Show description for 39fd897authored andcommittedSupport non-string value keys in helptext usage details sections.
Show description for 294fd95authored andcommittedPrint, rather than Display, errors and usage screens.
Show description for d43cbf0authored andcommittedUse console_io rather than console_pager from console package.
Show description for 4d13660authored andcommitteds/could/can in NOTES section of help screens
Show description for 453a647authored andcommittedDisplay help when we say we're going to display help, even if there's also an error. Also fixes spacing issue in synopsis.
Show description for 39db852authored andcommitted
Commits on Jun 24, 2019
Only determine the context if --interactive is set or if no component is supplied.
Show description for b300c6eauthored andcommitted
Commits on Jun 13, 2019
Color the ERROR: label in red and bold it.
Show description for 76f2a87authored andcommittedRemove extra newline from end of usage text.
Show description for 3e9e64dauthored andcommittedDon't include dict in FireError when key cannot be found in dict. Just include the key.
Show description for 5b3b359authored andcommittedCut over to helptext, remove helputils.
Show description for 7b307b6authored andcommittedDon't show empty <> when there are no groups, commands, or values. Remove extra new line between usage and note.
Show description for 5e46d2dauthored andcommitted
Commits on Jun 12, 2019
Add a test case for object's group detail display in help screen.
Show description for f64f887authored andcommitted
Commits on Jun 7, 2019
indent the line after "For detailed information on this command and its flags, run:" and removes "and its flags" from the final note.
Show description for 9e65820authored andcommittedInclude __version__ in __init__.py
Show description for 585d472authored andcommittedSimplify __str__ function for FireTrace.
Show description for 111295eauthored andcommittedAdds support for groups to helptext and removes showing trace by default in favor of just showing a single line error by default.
Show description for 59dd4e0authored andcommitted
Commits on May 24, 2019
Bold command name in COMMANDS section in help screen.
Show description for 93431c7authored andcommittedInclude bold and underline in help screens
Show description for 7f54c6dauthored andcommittedAdds fire.console package to setup.py
Show description for 966b1a8authored andcommittedGive usage details sections their own functions
Show description for b949850authored andcommitted
Commits on May 22, 2019
Spacing in usage text (both indentation and line wrapping)
Show description for e6233b2authored andcommitted
Commits on May 18, 2019
Use singular command|value|group rather than plural commands|values|groups in usage text
Show description for 25305e4authored andcommitted
Commits on Apr 26, 2019
Migrated the remaining testcases in helputils_test.py to
Show description for 3c12481authored andcommitted
Commits on Apr 20, 2019
Migrate more tests from helputils_test.py to helptext_test.py
Show description for 5972332authored andcommitted
Commits on Apr 19, 2019
Removed docstrings.parse() calls in the tests.
Show description for 1e2053bauthored andcommittedPorted HelpUtilsTest.testHelpStringFunctionWithDefaults over to HelpTest.testHelpTextFunctionWithDefaults
Show description for 4a0ab95authored andcommitted