From 3e6bfe51a2195397e18a484ffa50011cb88f29d4 Mon Sep 17 00:00:00 2001 From: Andinus Date: Sun, 28 Feb 2021 20:17:51 +0530 Subject: Print complete help Previously it wouldn't print the input file format but would only print the default $*USAGE. --- lib/Octans/CLI.rakumod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Octans/CLI.rakumod b/lib/Octans/CLI.rakumod index 1c1f0cc..ee7c5c7 100644 --- a/lib/Octans/CLI.rakumod +++ b/lib/Octans/CLI.rakumod @@ -100,5 +100,5 @@ multi sub MAIN ( ) { say "Octans v" ~ $?DISTRIBUTION.meta; } multi sub MAIN ( - Bool :$help #= print help + Bool :h($help) #= print help ) { USAGE(); exit; } -- cgit 1.4.1-2-gfad0