Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 494 Bytes

File metadata and controls

28 lines (18 loc) · 494 Bytes

hook-cli

hook commandline interface.

hook --help

Bash completion

Use hook's bash completion by sourcing it in your .bashrc or .bash_profile.

Depending on where you installed hook-cli:

if [ -f /path/to/hook-cli/completions/hook.bash ]; then
  . /path/to/hook-cli/completions/hook.bash
fi

Alternatively, you can create a symbolic link under bash_completion.d:

ln -s /path/to/hook-cli/completions/hook.bash /path/to/bash_completion.d/hook

License

MIT