Skip to content

Commit

Permalink
docs: add flags
Browse files Browse the repository at this point in the history
Signed-off-by: Deepesha Burse <deepeshaburse@Deepeshas-MacBook-Air.local>
  • Loading branch information
Deepesha Burse authored and Deepesha Burse committed Aug 8, 2023
1 parent a656cee commit c15b9b4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/commands/oras_completion.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,11 @@ $ source <(oras completion zsh); compdef _oras oras
$ oras completion zsh > $(brew --prefix)/share/zsh/site-functions/_oras
```

After setting it up, you can hit `tab` to autocomplete your commands.
After setting it up, you can hit `tab` to autocomplete your commands.

## Options

```
-h, --help help for [shell]
--no-descriptions disable completion descriptions
```

0 comments on commit c15b9b4

Please sign in to comment.