Skip to content

Commit

Permalink
update readme with shell completions
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAbides committed Feb 18, 2020
1 parent 1b1a447 commit 9375b84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,8 @@ Commands:
config validate <bin>
validate that downloads work

config install-completions
install shell completions

Run "bindown <command> --help" for more information on a command.
```
2 changes: 1 addition & 1 deletion cmd/bindown/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type configCmd struct {
Format configFmtCmd `kong:"cmd,help=${config_format_help}"`
UpdateChecksums configUpdateChecksumsCmd `kong:"cmd,help=${config_checksums_bin_help}"`
Validate configValidateCmd `kong:"cmd,help=${config_validate_help}"`
InstallCompletions kongplete.InstallCompletions `kong:"cmd,help="`
InstallCompletions kongplete.InstallCompletions `kong:"cmd,help=${config_install_completions_help}"`
}

type configFmtCmd struct{}
Expand Down

0 comments on commit 9375b84

Please sign in to comment.