feat(completion): squeeze code

This commit is contained in:
EmilyGraceSeville7cf 2024-10-21 02:36:10 +10:00
parent a8e54a8f3f
commit 717ac61f32
2 changed files with 0 additions and 2 deletions

View File

@ -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'

View File

@ -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'