pashage

Yet Another Opinionated Re-engineering of the Unix Password Store
git clone https://git.instinctive.eu/pashage.git
Log | Files | Refs | README | LICENSE

commit 3e29cc6b6bb06b827980f290d7bb36b44c747440
parent c7438b39d1715055da41974ffca70eb88e7e2277
Author: Natasha Kerensikova <natgh@instinctive.eu>
Date:   Sat,  2 Nov 2024 08:08:14 +0000

Help command is fully covered by integrated suites
Diffstat:
Mspec/pashage_extra_spec.sh | 14+++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/spec/pashage_extra_spec.sh b/spec/pashage_extra_spec.sh @@ -533,7 +533,19 @@ Describe 'Integrated Command Functions' End End -# Describe 'cmd_help' + Describe 'cmd_help' + It 'displays a help text with pashage-specific supported commands' + PROGRAM=prg + When call cmd_help + The status should be success + The output should include ' prg copy ' + The output should include ' prg delete ' + The output should include ' prg gitconfig' + The output should include ' prg move ' + The output should include ' prg random ' + End + End + # Describe 'cmd_init' # Describe 'cmd_insert' # Describe 'cmd_list_or_show'