From a165fe9edb9554e2948163f367bd05f93c666338 Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Tue, 23 Aug 2022 12:21:49 +0200 Subject: [PATCH] Few more rules for completion --- zsh.completion | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh.completion b/zsh.completion index cef9af8..cc824db 100644 --- a/zsh.completion +++ b/zsh.completion @@ -5,8 +5,8 @@ arguments=( '(--advantage --disadvantage --skill --save --stat --skill-list --stat-list -v --verbose --trivia -t)-t[Print character trivia]' '(--file)-f=[Path to charactersheet]:character sheet:_files -g "*.(json)(-.)"' '(-f)--file=[Path to charactersheet]:character sheet:_files -g "*.(json)(-.)"' - '(--save --stat --verbose)-v[To be used in conjuction with list parameters]' - '(--save --stat -v)--verbose[To be used in conjuction with list parameters]' + '(--trivia -t --advantage --disadvantage --skill-list --stat-list --skill --save --stat --verbose)-v[To be used in conjuction with list parameters]' + '(--trivia -t --advantage --disadvantage --skill-list --stat-list --skill --save --stat -v)--verbose[To be used in conjuction with list parameters]' '(--skill --stat --save --advantage --disadvantage --skill-list --stat-list)--stat-list[List stats found in file]' '(--skill --stat --save --advantage --disadvantage --skill-list --stat-list)--skill-list[List skills found in file]' '(--advantage --disadvantage)--advantage[Roll with advantage]'