summaryrefslogtreecommitdiffstats
path: root/utils/shell-completion/meson.build
blob: 6c35ffe37d07aae2a9b963868e1832fe6b18f98c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# CLI comletion for bash-shell
install_data(
    sources: 'client.bash',
    rename: 'kresctl',
    install_dir: completion_dir / 'bash-completion' / 'completions'
  )

# CLI completion for fish-shell
install_data(
    sources: 'client.fish',
    rename: 'kresctl.fish',
    install_dir: completion_dir / 'fish' / 'completions'
  )