| fix: add a module to initialize sys.stdout and sys.stderr |
|
More...
|
almost 5 years ago
|
| fix: remove a cli test case to check output type is set to inputs' type |
|
More...
|
almost 5 years ago
|
| fix: correct type hints and add its workaround |
|
More...
|
almost 5 years ago
|
| change: add a module to detect input and output file types in .cli |
|
More...
|
almost 5 years ago
|
| change: add 'prog' argument to functions in .cli.parse_args |
|
More...
|
almost 5 years ago
|
| enhancement: add a constant variable STD_IN_OR_OUT in .cli.constants |
|
More...
|
almost 5 years ago
|
| change: add an wrapper for .cli.utils.make_parsers_txt and use it in .cli._main |
|
More...
|
almost 5 years ago
|
| change: add a 'pure' function to generate parsers list text in .cli.utils |
|
More...
|
almost 5 years ago
|
| change: move try_parse_args from .cli.actions to .cli._main |
|
More...
|
almost 5 years ago
|
| change: add a function in .cli.parse_args to get parser and parsed result |
|
More...
|
almost 5 years ago
|
| change: export some functions from .cli.utils to .cli.actions |
|
More...
|
almost 5 years ago
|
| refactor: simplify and add type hints to .cli.filters |
|
More...
|
almost 5 years ago
|
| change: export .cli.utils.do_{get,filter} to .cli.filters |
|
More...
|
almost 5 years ago
|
| refactor: rename .cli.utils.show_psrs to make its purpose clear |
|
More...
|
almost 5 years ago
|
| refactor: cleanup .cli.parse_args.make_parser |
|
More...
|
almost 5 years ago
|
| change: rename of tests.cli.test_no_or_wrong_... |
|
More...
|
almost 5 years ago
|
| change: cleanup tests.cli.test_usage |
|
More...
|
almost 5 years ago
|
| change: add an utility class tests.cli.test_base.Expected |
|
More...
|
almost 5 years ago
|
| change: add an wrapper for .api.list_types |
|
More...
|
almost 5 years ago
|
| enhancement: add test cases for .cli.parse_args |
|
More...
|
almost 5 years ago
|
| change: split .cli into .cli.* to make its maintainance easier |
|
More...
|
almost 5 years ago
|
| fix: remove a test case in tests.cli.main no more ncessary and obsoleted |
|
More...
|
almost 5 years ago
|
| fix: add an workaround for tests.cli.test_usage.test_output_argument_of_unknown_type |
|
More...
|
almost 5 years ago
|
| refactor: rename .cli._parse_args to try_parse_args |
|
More...
|
almost 5 years ago
|
| change: add cli test cases to show lists |
|
More...
|
almost 5 years ago
|
| change: add base and some typical test cases show usage |
|
More...
|
almost 5 years ago
|
| change: start to restructure test cases for .cli |
|
More...
|
almost 5 years ago
|
| fix: an workaround for windows |
|
More...
|
almost 5 years ago
|
| fix: tweak line breaks and absolute paths in jinja2 test cases |
|
More...
|
almost 5 years ago
|
| fix: make .template.jinja2.make_template_paths processes and returns pathlib.Path objects |
|
More...
|
almost 5 years ago
|