Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Dec 12, 2023
1 parent 0d9abcd commit 88dfd0b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/cli/dkron_completion_bash.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ If it is not installed already, you can install it via your OS's package manager

To load completions in your current shell session:

```
source <(dkron completion bash)
```

To load completions for every new session, execute once:

Expand Down
2 changes: 2 additions & 0 deletions website/docs/pro/cli/dkron_completion_bash.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ If it is not installed already, you can install it via your OS's package manager

To load completions in your current shell session:

```
source <(dkron completion bash)
```

To load completions for every new session, execute once:

Expand Down
2 changes: 2 additions & 0 deletions website/docs/pro/cli/dkron_completion_zsh.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ to enable it. You can execute the following once:

To load completions in your current shell session:

```
source <(dkron completion zsh)
```

To load completions for every new session, execute once:

Expand Down

0 comments on commit 88dfd0b

Please sign in to comment.