Skip to content

Commit

Permalink
removed redundant completion text
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodeassassin committed Feb 7, 2023
1 parent 07227a1 commit 0dbfc4a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ To load completions:

### Bash
```
$ source <(sym completion bash)
# To load completions for each session, execute once:
# Linux:
Expand Down
2 changes: 0 additions & 2 deletions commands/completion.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ func (c *CompletionCommand) Command() *cobra.Command {
Bash:
$ source <(%[1]s completion bash)
# To load completions for each session, execute once:
# Linux:
$ %[1]s completion bash > /etc/bash_completion.d/%[1]s
Expand Down

0 comments on commit 0dbfc4a

Please sign in to comment.