# hook-cli **Repository Path**: sillyrat/hook-cli ## Basic Information - **Project Name**: hook-cli - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-06-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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