diff options
Diffstat (limited to 'website.bats')
-rwxr-xr-x | website.bats | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/website.bats b/website.bats new file mode 100755 index 0000000..c9319ed --- /dev/null +++ b/website.bats @@ -0,0 +1,11 @@ +#!/usr/bin/env bats + +# @test "Help: show short usage when no subcommand is given." { +# run ./cli.pl +# [[ "$status" -eq 1 ]] +# } + +# print short usage +# show manpage +# create pastebin +# create a slide |