-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make: generate auto-completion files
This patch extends the Makefile with targets to generate, install, and uninstall auto-completion files. Signed-off-by: Radostin Stoyanov <[email protected]>
- Loading branch information
Showing
5 changed files
with
829 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Shell completion scripts | ||
|
||
checkpointctl offers shell completion scripts for bash, zsh and fish. These completion scripts are generated by `make completions`; do not | ||
edit these files directly. To install them you can run `sudo make install.completions`. | ||
|
||
For information about these scripts see `checkpointctl completion --help`. |
Oops, something went wrong.