2022-08-21 01:12:22 +02:00
|
|
|
#compdef sheet-parser
|
|
|
|
|
2022-08-21 23:27:36 +02:00
|
|
|
arguments=(
|
2022-08-22 15:17:58 +02:00
|
|
|
'(--trivia -t)--trivia[Print character trivia]'
|
|
|
|
'(--trivia -t)-t[Print character trivia]'
|
2022-08-21 23:27:36 +02:00
|
|
|
'(--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]'
|
2022-08-22 10:55:20 +02:00
|
|
|
'(--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]'
|
2022-08-21 23:27:36 +02:00
|
|
|
'(--advantage --disadvantage)--advantage[Roll with advantage]'
|
|
|
|
'(--advantage --disadvantage)--disadvantage[Roll with disadvantage]'
|
|
|
|
'(--skill --save --stat --skill-list --stat-list -v --verbose)--stat[Roll a stat check]:stat to roll:(strength dexterity constitution intelligence wisdom charisma)'
|
|
|
|
'(--skill --save --stat --skill-list --stat-list -v --verbose)--save[Roll a saving throw]:stat to roll:(strength dexterity constitution intelligence wisdom charisma)'
|
|
|
|
'(--skill --save --stat --skill-list --stat-list -v --verbose)--skill[Roll a skill check]:stat to roll:(athletics acrobatics sleight_of_hand stealth arcana history investigation nature religion animal_handling insight medicine perception survival deception intimidation performance persuasion)'
|
|
|
|
)
|
|
|
|
_arguments : $arguments
|