Skip to content

Add bash completion command.

Christopher Schinnerl requested to merge RNabel:tab_completion into master

Created by: RNabel

Adds a command allowing the creation of a bash completion script, as well as instructions on how to use it. Closes #1613 (closed).

The command syntax is:

siac bash-completion [path]

This command creates a file which needs to be copied to the bash completion folder (e.g. /etc/bash_completion.d/)

Merge request reports