Skip to content

Commit

Permalink
DRY update the custom completion rules.
Browse files Browse the repository at this point in the history
* Requires `command_kit-completion` >= 0.2.1.
  • Loading branch information
postmodern committed Apr 29, 2024
1 parent 5250d13 commit ecdf036
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions data/completions/ronin-repos.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
---
ronin-repos remove:
ronin-repos remove: &remove
- $(ronin-repos list)
ronin-repos rm:
ronin-repos rm: *remove
ronin-repos show: &show
- $(ronin-repos list)
ronin-repos show:
- $(ronin-repos list)
ronin-repos info:
- $(ronin-repos list)
ronin-repos update:
- $(ronin-repos list)
ronin-repos up:
ronin-repos info: *show
ronin-repos update: &update
- $(ronin-repos list)
ronin-repos up: *update

0 comments on commit ecdf036

Please sign in to comment.