.. |
home
|
fix(complete): Don't cause endless completions for bash/zsh
|
2024-08-19 10:26:16 -05:00 |
aliases.bash
|
fix: Skip nosort option below bash 4.4
|
2024-01-02 21:14:20 +08:00 |
aliases.elvish
|
fix(help): Remove extraneous text from built-ins
|
2023-01-03 11:02:26 -06:00 |
aliases.fish
|
fix(help): Remove extraneous text from built-ins
|
2023-01-03 11:02:26 -06:00 |
aliases.ps1
|
fix(clap_complete): Add missing option hyphens to the listItemText parameter in PowerShell completions
|
2024-07-31 21:30:55 +03:00 |
aliases.zsh
|
fix(zsh): Separate options from _arguments options
|
2024-06-07 15:20:04 -04:00 |
basic.bash
|
fix: Skip nosort option below bash 4.4
|
2024-01-02 21:14:20 +08:00 |
basic.elvish
|
fix(complete): Handle newlines in command/arg descriptions
|
2024-02-16 16:17:22 -06:00 |
basic.fish
|
feat(fish): Support nested subcommand completion
|
2024-07-06 07:27:56 +07:00 |
basic.ps1
|
fix(clap_complete): Add missing option hyphens to the listItemText parameter in PowerShell completions
|
2024-07-31 21:30:55 +03:00 |
basic.zsh
|
fix(zsh): Separate options from _arguments options
|
2024-06-07 15:20:04 -04:00 |
custom_bin_name.bash
|
fix(complete): Use bin_name for subcommands
|
2024-01-19 10:27:36 +01:00 |
custom_bin_name.elvish
|
fix(complete): Handle newlines in command/arg descriptions
|
2024-02-16 16:17:22 -06:00 |
custom_bin_name.fish
|
feat(fish): Support nested subcommand completion
|
2024-07-06 07:27:56 +07:00 |
custom_bin_name.ps1
|
fix(clap_complete): Add missing option hyphens to the listItemText parameter in PowerShell completions
|
2024-07-31 21:30:55 +03:00 |
custom_bin_name.zsh
|
fix(zsh): Separate options from _arguments options
|
2024-06-07 15:20:04 -04:00 |
feature_sample.bash
|
fix: Skip nosort option below bash 4.4
|
2024-01-02 21:14:20 +08:00 |
feature_sample.elvish
|
fix(help): Remove extraneous text from built-ins
|
2023-01-03 11:02:26 -06:00 |
feature_sample.fish
|
feat(fish): Support nested subcommand completion
|
2024-07-06 07:27:56 +07:00 |
feature_sample.ps1
|
fix(clap_complete): Add missing option hyphens to the listItemText parameter in PowerShell completions
|
2024-07-31 21:30:55 +03:00 |
feature_sample.zsh
|
fix(zsh): Separate options from _arguments options
|
2024-06-07 15:20:04 -04:00 |
quoting.bash
|
fix: Skip nosort option below bash 4.4
|
2024-01-02 21:14:20 +08:00 |
quoting.elvish
|
fix(help): Remove extraneous text from built-ins
|
2023-01-03 11:02:26 -06:00 |
quoting.fish
|
feat(fish): Support nested subcommand completion
|
2024-07-06 07:27:56 +07:00 |
quoting.ps1
|
fix(clap_complete): Add missing option hyphens to the listItemText parameter in PowerShell completions
|
2024-07-31 21:30:55 +03:00 |
quoting.zsh
|
fix(zsh): Separate options from _arguments options
|
2024-06-07 15:20:04 -04:00 |
register_dynamic.fish
|
feat(complete): Dynamic fish completions
|
2023-08-01 01:42:05 +07:00 |
register_minimal.bash
|
fix(complete): Don't cause endless completions for bash/zsh
|
2024-08-19 10:26:16 -05:00 |
special_commands.bash
|
fix: Skip nosort option below bash 4.4
|
2024-01-02 21:14:20 +08:00 |
special_commands.elvish
|
fix(help): Remove extraneous text from built-ins
|
2023-01-03 11:02:26 -06:00 |
special_commands.fish
|
feat(fish): Support nested subcommand completion
|
2024-07-06 07:27:56 +07:00 |
special_commands.ps1
|
fix(clap_complete): Add missing option hyphens to the listItemText parameter in PowerShell completions
|
2024-07-31 21:30:55 +03:00 |
special_commands.zsh
|
fix(zsh): Separate options from _arguments options
|
2024-06-07 15:20:04 -04:00 |
sub_subcommands.bash
|
feat(complete): Add autocomplete for visible_alias
|
2024-05-17 15:17:44 +01:00 |
sub_subcommands.elvish
|
feat(complete): Add autocomplete for visible_alias
|
2024-05-17 15:17:44 +01:00 |
sub_subcommands.fish
|
feat(fish): Support nested subcommand completion
|
2024-07-06 07:27:56 +07:00 |
sub_subcommands.ps1
|
fix(clap_complete): Add missing option hyphens to the listItemText parameter in PowerShell completions
|
2024-07-31 21:30:55 +03:00 |
sub_subcommands.zsh
|
fix(zsh): Separate options from _arguments options
|
2024-06-07 15:20:04 -04:00 |
subcommand_last.bash
|
fix: Skip nosort option below bash 4.4
|
2024-01-02 21:14:20 +08:00 |
subcommand_last.elvish
|
fix: Don't emit catchall when we have subcommands
|
2023-05-10 19:44:02 +01:00 |
subcommand_last.fish
|
fix: Only generate stubs if has subcommands
|
2024-07-11 06:01:42 +07:00 |
subcommand_last.ps1
|
fix(clap_complete): Add missing option hyphens to the listItemText parameter in PowerShell completions
|
2024-07-31 21:30:55 +03:00 |
subcommand_last.zsh
|
fix(zsh): Separate options from _arguments options
|
2024-06-07 15:20:04 -04:00 |
two_multi_valued_arguments.bash
|
fix: Skip nosort option below bash 4.4
|
2024-01-02 21:14:20 +08:00 |
two_multi_valued_arguments.elvish
|
fix(complete): Handle multi-valued arguments
|
2023-01-10 14:39:33 -08:00 |
two_multi_valued_arguments.fish
|
fix(complete): Handle multi-valued arguments
|
2023-01-10 14:39:33 -08:00 |
two_multi_valued_arguments.ps1
|
fix(clap_complete): Add missing option hyphens to the listItemText parameter in PowerShell completions
|
2024-07-31 21:30:55 +03:00 |
two_multi_valued_arguments.zsh
|
fix(zsh): Separate options from _arguments options
|
2024-06-07 15:20:04 -04:00 |
value_hint.bash
|
fix(complete): Avoid use of -v in bash completion
|
2024-04-07 23:19:50 +09:00 |
value_hint.elvish
|
fix(help): Remove extraneous text from built-ins
|
2023-01-03 11:02:26 -06:00 |
value_hint.fish
|
style: Escaping tab as \t for more readability for fish
|
2024-06-25 08:42:49 +07:00 |
value_hint.ps1
|
fix(clap_complete): Add missing option hyphens to the listItemText parameter in PowerShell completions
|
2024-07-31 21:30:55 +03:00 |
value_hint.zsh
|
fix(zsh): Separate options from _arguments options
|
2024-06-07 15:20:04 -04:00 |
value_terminator.bash
|
fix: Skip nosort option below bash 4.4
|
2024-01-02 21:14:20 +08:00 |
value_terminator.elvish
|
fix(complete): Emit value terminators on zsh
|
2023-01-10 00:59:25 -08:00 |
value_terminator.fish
|
fix(complete): Emit value terminators on zsh
|
2023-01-10 00:59:25 -08:00 |
value_terminator.ps1
|
fix(clap_complete): Add missing option hyphens to the listItemText parameter in PowerShell completions
|
2024-07-31 21:30:55 +03:00 |
value_terminator.zsh
|
fix(zsh): Separate options from _arguments options
|
2024-06-07 15:20:04 -04:00 |