Skip to content

Instantly share code, notes, and snippets.

@promovicz
Last active October 25, 2020 10:22
Show Gist options
  • Save promovicz/8727337 to your computer and use it in GitHub Desktop.
Save promovicz/8727337 to your computer and use it in GitHub Desktop.
define cli-command $root (fnord)
help "Fnord, whatever that means...";
named parameter file :: <cli-file>,
must-exist?: #t;
named parameter oneof :: <cli-oneof>,
alternatives: #("bla", "blubb", "boo");
end;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment