| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | shell completion prioritizes option values over new options | Paul Spangler | 2022-03-28 | 1 | -0/+39 |
| | | | | | | | | Allow option values that start with an option prefix to complete rather than treating them like new options. Don't treat count options as needing a value to complete. | ||||
| * | remove deprecated Command autocompletion parameter | David Lord | 2021-11-10 | 1 | -14/+0 |
| | | |||||
| * | use sys.exit() instead of _fast_exit() | taran_lu | 2021-08-05 | 1 | -3/+0 |
| | | |||||
| * | completion arguments may start with a "/" | Sam Schott | 2021-07-04 | 1 | -0/+8 |
| | | |||||
| * | apply updated pre-commit hooks | David Lord | 2021-02-08 | 1 | -3/+1 |
| | | |||||
| * | handle case_sensitive=False when completing choices | Felix Nordén | 2020-10-31 | 1 | -0/+10 |
| | | | | | Co-authored-by: David Lord <davidism@gmail.com> | ||||
| * | get default before processing value | David Lord | 2020-10-10 | 1 | -2/+17 |
| | | | | | | | | | | | | This ensures the default value is processed like other values. Some type converters were adjusted to accept values that are already the correct type. Use parameter source instead of value to determine if argument was supplied on the command line during completion. Add a parameter source for values from prompt. | ||||
| * | swap order of instruction string | David Lord | 2020-10-07 | 1 | -4/+4 |
| | | |||||
| * | pass extra context settings to completion | David Lord | 2020-10-03 | 1 | -1/+15 |
| | | |||||
| * | don't pass all args to shell_complete methods | David Lord | 2020-10-03 | 1 | -3/+15 |
| | | |||||
| * | rename autocompletion to shell_complete | David Lord | 2020-10-03 | 1 | -2/+15 |
| | | | | | | new function takes additional param arg, must return a homogeneous list of strings or CompletionItem, and must perform matching on results | ||||
| * | return list of CompletionItem objects | David Lord | 2020-10-03 | 1 | -14/+19 |
| | | |||||
| * | complete commands using registered names | Jan Kowalleck | 2020-10-03 | 1 | -0/+7 |
| | | |||||
| * | tests for new shell completion system | Kai Chen | 2020-10-03 | 1 | -0/+240 |
| Co-authored-by: Amy <leiamy12@gmail.com> Co-authored-by: David Lord <davidism@gmail.com> | |||||
