diff options
Diffstat (limited to 'utils/shell-completion/meson.build')
-rw-r--r-- | utils/shell-completion/meson.build | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/utils/shell-completion/meson.build b/utils/shell-completion/meson.build index 6c35ffe3..7f4d3601 100644 --- a/utils/shell-completion/meson.build +++ b/utils/shell-completion/meson.build @@ -1,4 +1,4 @@ -# CLI comletion for bash-shell +# CLI completion for bash-shell install_data( sources: 'client.bash', rename: 'kresctl', @@ -6,8 +6,8 @@ install_data( ) # CLI completion for fish-shell -install_data( - sources: 'client.fish', - rename: 'kresctl.fish', - install_dir: completion_dir / 'fish' / 'completions' - ) +# install_data( +# sources: 'client.fish', +# rename: 'kresctl.fish', +# install_dir: completion_dir / 'fish' / 'completions' +# ) |