clap/clap_complete/tests/snapshots
Pawel Zmarzly 5000d58f38 feat(complete): Add autocomplete for visible_alias
Let's generate autocompletions for aliased subcommands.

    $ source before.zsh
    $ clap-test [TAB] <- gives me "foo bar --"
    $ clap-test foo [TAB] <- gives me "--my-flag"
    $ clap-test bar [TAB] <- no reaction

    $ source after.zsh
    $ clap-test [TAB] <- gives me "foo bar --"
    $ clap-test foo [TAB] <- gives me "--my-flag"
    $ clap-test bar [TAB] <- gives me "--my-flag"
2024-05-17 15:17:44 +01:00
..
home fix(complete): Fix zsh.rs subcommand deduplication 2024-05-17 15:16:43 +01: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(complete): PS short options not case-sensitive 2023-07-04 15:27:47 +08:00
aliases.zsh feat(complete): Support to run ZSH completion as a script 2023-02-27 23:23:50 +08: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 fix(complete): Handle newlines in command/arg descriptions 2024-02-16 16:17:22 -06:00
basic.ps1 fix(complete): Handle newlines in command/arg descriptions 2024-02-16 16:17:22 -06:00
basic.zsh fix(complete): Handle newlines in command/arg descriptions 2024-02-16 16:17:22 -06: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 fix(complete): Handle newlines in command/arg descriptions 2024-02-16 16:17:22 -06:00
custom_bin_name.ps1 fix(complete): Handle newlines in command/arg descriptions 2024-02-16 16:17:22 -06:00
custom_bin_name.zsh fix(complete): Handle newlines in command/arg descriptions 2024-02-16 16:17:22 -06: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 fix(help): Remove extraneous text from built-ins 2023-01-03 11:02:26 -06:00
feature_sample.ps1 fix(complete): PS short options not case-sensitive 2023-07-04 15:27:47 +08:00
feature_sample.zsh feat(complete): Support to run ZSH completion as a script 2023-02-27 23:23:50 +08: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 fix(help): Remove extraneous text from built-ins 2023-01-03 11:02:26 -06:00
quoting.ps1 fix(complete): PS short options not case-sensitive 2023-07-04 15:27:47 +08:00
quoting.zsh fix(complete): Fix zsh.rs subcommand deduplication 2024-05-17 15:16:43 +01:00
register_dynamic.fish feat(complete): Dynamic fish completions 2023-08-01 01:42:05 +07:00
register_minimal.bash fix(complete): Fix bash dynamic completions 2023-07-28 14:10:22 -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 fix(help): Remove extraneous text from built-ins 2023-01-03 11:02:26 -06:00
special_commands.ps1 fix(complete): PS short options not case-sensitive 2023-07-04 15:27:47 +08:00
special_commands.zsh fix(complete): Fix zsh.rs subcommand deduplication 2024-05-17 15:16:43 +01: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(complete): Add autocomplete for visible_alias 2024-05-17 15:17:44 +01:00
sub_subcommands.ps1 feat(complete): Add autocomplete for visible_alias 2024-05-17 15:17:44 +01:00
sub_subcommands.zsh feat(complete): Add autocomplete for visible_alias 2024-05-17 15:17:44 +01: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: Don't emit catchall when we have subcommands 2023-05-10 19:44:02 +01:00
subcommand_last.ps1 fix: Don't emit catchall when we have subcommands 2023-05-10 19:44:02 +01:00
subcommand_last.zsh fix(complete): Fix zsh.rs subcommand deduplication 2024-05-17 15:16:43 +01: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(complete): Handle multi-valued arguments 2023-01-10 14:39:33 -08:00
two_multi_valued_arguments.zsh feat(complete): Support to run ZSH completion as a script 2023-02-27 23:23:50 +08: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 fix: (fish-completion) Help for value enum 2023-09-07 17:54:28 +05:30
value_hint.ps1 fix(complete): PS short options not case-sensitive 2023-07-04 15:27:47 +08:00
value_hint.zsh feat(complete): Support to run ZSH completion as a script 2023-02-27 23:23:50 +08: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(complete): Emit value terminators on zsh 2023-01-10 00:59:25 -08:00
value_terminator.zsh feat(complete): Support to run ZSH completion as a script 2023-02-27 23:23:50 +08:00