Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 10, 2024
1 parent 636f3a1 commit 3002300
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default defineConfig({
{icon: 'github', link: 'https://github.com/jdx/usage'}
],
editLink: {
pattern: 'https://github.com/jdx/usage/edit/main/:path',
pattern: 'https://github.com/jdx/usage/edit/main/docs/:path',
},
// carbonAds: {
// code: 'CWYIPKQN',
Expand Down
4 changes: 2 additions & 2 deletions docs/spec/reference/complete.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `complete`

```sh
# use a custom completion command for args named "PLUGIN"
complete "<plugin>" run="mycli plugins list"
# use a custom completion command for all args named "plugin"
complete "plugin" run="mycli plugins list"
```

0 comments on commit 3002300

Please sign in to comment.