Skip to content

Commit

Permalink
cli: Update zsh completions
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkroot committed Aug 1, 2022
1 parent 3f7b0a5 commit 974726c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions completions/trakts.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,18 @@ _trakts_lookup()
}
## endSection lookup ##

## Section test ##
### command test
_trakts_test()
{
local -a opts
opts=(
'*:player:'
)
_trakts_args "${opts[@]}"
}
## endSection test ##

## Section whitelist ##
_trakts_whitelist_commands()
{
Expand Down Expand Up @@ -239,6 +251,7 @@ _trakts_commands()
"start:Start the trakt-scrobbler service"
"status:Show the status trakt-scrobbler service"
"stop:Stop the trakt-scrobbler service"
"test:Test player-monitor connection"
"whitelist:Add the given folder(s) to whitelist"
)
_describe 'commands' commands
Expand Down

0 comments on commit 974726c

Please sign in to comment.