
* Added ZSH completions * Fixed single quote ending string * Added Bash completions * Added bash to meson.build * Added bash variable to meson_options.txt * Added fish shell completions
4 lines
313 B
Meson
4 lines
313 B
Meson
option('zsh-completions', type: 'boolean', value: true, description: 'Install zsh shell completions.')
|
|
option('bash-completions', type: 'boolean', value: true, description: 'Install bash shell completions.')
|
|
option('fish-completions', type: 'boolean', value: true, description: 'Install fish shell completions.')
|