mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 10:57:30 +08:00
feat(completion): squeeze code
This commit is contained in:
parent
a8e54a8f3f
commit
717ac61f32
|
@ -15,7 +15,6 @@ function __fish_guild__complete_optimizations
|
|||
end
|
||||
|
||||
set -l command guild
|
||||
|
||||
complete -c $command -f
|
||||
|
||||
set -l compile_condition '__fish_seen_subcommand_from compile'
|
||||
|
|
|
@ -58,7 +58,6 @@ function __fish_guile__complete_function_names
|
|||
end
|
||||
|
||||
set -l command guile
|
||||
|
||||
complete -c $command -f
|
||||
|
||||
complete -c $command -s h -l help -d 'Show help'
|
||||
|
|
Loading…
Reference in New Issue
Block a user