Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Deprecate ``add_option_group`` | Daniël van Noord | 2022-04-07 | 1 | -18/+34 | |
| | ||||||
* | Deprecate ``register_options_provider`` (#6217) | Daniël van Noord | 2022-04-07 | 1 | -8/+23 | |
| | | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | |||||
* | Deprecate ``reset_parsers`` | Daniël van Noord | 2022-04-07 | 1 | -10/+18 | |
| | ||||||
* | Copy all of ``OptionsManagerMixIn`` methods into ``_ArgumentsManager`` (#6214) | Daniël van Noord | 2022-04-07 | 1 | -1/+335 | |
| | | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | |||||
* | Add ``_option_dicts`` attribute to ``_ArgumentsManager`` | Daniël van Noord | 2022-04-06 | 1 | -0/+5 | |
| | ||||||
* | Add ``option_groups_descs`` to ``_ArgumentsProvider`` | Daniël van Noord | 2022-04-06 | 1 | -5/+1 | |
| | ||||||
* | Create ``_ArgumentsProvider`` | Daniël van Noord | 2022-04-06 | 1 | -2/+2 | |
| | ||||||
* | Add ``prog`` and ``usage`` to ``_ArgumentsManager`` | Daniël van Noord | 2022-04-06 | 1 | -3/+3 | |
| | ||||||
* | Remove todo after investigation | Daniël van Noord | 2022-04-06 | 1 | -2/+0 | |
| | ||||||
* | Improve performance of config file reader | Daniël van Noord | 2022-04-06 | 1 | -4/+1 | |
| | ||||||
* | Handle ``group`` in optdicts and ``option_groups`` (#6207) | Daniël van Noord | 2022-04-06 | 1 | -8/+17 | |
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | |||||
* | Remove ``_parse_plugin_configuration`` | Daniël van Noord | 2022-04-05 | 1 | -7/+0 | |
| | ||||||
* | Finalize ``_parse_command_line_configuration`` (#6189) | Daniël van Noord | 2022-04-05 | 1 | -9/+11 | |
| | ||||||
* | Allow creation of deprecated and renamed options | Daniël van Noord | 2022-04-04 | 1 | -0/+37 | |
| | ||||||
* | Refactor the help message | Daniël van Noord | 2022-04-04 | 1 | -1/+7 | |
| | ||||||
* | Refactor all ``_Argument`` classes | Daniël van Noord | 2022-04-04 | 1 | -10/+10 | |
| | ||||||
* | Change naming and imports of ``_Arguments`` | Daniël van Noord | 2022-04-04 | 1 | -4/+4 | |
| | ||||||
* | Create ``_CallableArgument`` | Daniël van Noord | 2022-04-04 | 1 | -3/+12 | |
| | ||||||
* | Remove ``metavar`` and ``choices`` from ``_StoreTrueArgument`` | Daniël van Noord | 2022-04-02 | 1 | -2/+0 | |
| | ||||||
* | Add a ``_StoreTrueArgument`` class | Daniël van Noord | 2022-04-02 | 1 | -5/+17 | |
| | ||||||
* | Use ``argparse`` config handler on two checkers (#6120) | Daniël van Noord | 2022-04-02 | 1 | -1/+1 | |
| | ||||||
* | Create ``_ConfigurationFileParser`` class (#6055) | Daniël van Noord | 2022-04-01 | 1 | -7/+3 | |
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | |||||
* | Remove the concept of checker priority (#6034) | Daniël van Noord | 2022-04-01 | 1 | -2/+0 | |
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | |||||
* | Create an `Argument` class and allow convertion of optdict into them (#5584) | Daniël van Noord | 2022-03-29 | 1 | -0/+107 | |
* Use config initialization of ``_ArgumentsManager`` * Allow ``BaseChecker`` to register on a ``_ArgumentsManager`` * Use the ``argparse`` config handler in ``logging.py`` and add tests |