summaryrefslogtreecommitdiff
path: root/tests/test_info_dict.py
Commit message (Collapse)AuthorAgeFilesLines
* fix ParamType.to_info_dict() with no nameMatthew Martin2022-03-191-0/+7
|
* implement Context.to_info_dictDavid Lord2020-08-161-9/+20
| | | | | | | Context has extra information, and traverses the entire CLI. Group.commands is a dict. Push a new context when traversing subcommands. Add docs and changelog.
* implement export to dictionaryyk3962020-08-161-0/+257
Co-authored-by: Chris Nguyen <chrisngyn99@gmail.com>