Usage
Print a detailed description of the program parameters for your particular version.
vengi-palconvert --help
You can use the bash completion or zsh completion
Put this in your
.bashrc
or.zshrc
source <(vengi-palconvert --completion bash)
(or replacebash
byzsh
)
--input <file>
: allows to specify input files. You can specify more than one file--output <file>
: allows you to specify the output filename
bash completion
You can also use the bash completion script by adding this to your .bashrc
source <(vengi-palconvert --completion bash)