Skip to content

Instantly share code, notes, and snippets.

@antoniogamiz
Created July 13, 2019 09:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antoniogamiz/88e239cc3a149ce05533ee236fab0c16 to your computer and use it in GitHub Desktop.
Save antoniogamiz/88e239cc3a149ce05533ee236fab0c16 to your computer and use it in GitHub Desktop.
multi MAIN (
'start' ,
Str :$topdir = "doc",
Bool :v(:verbose($v)) = False,
Bool :c(:$cache) = True ,
Bool :p(:pods($p)) = False,
Bool :k(:kind($k)) = False,
Bool :s(:search-index($s)) = False,
Bool :i(:indexes($i)) = False,
Bool :t(:type-images($t)) = False,
Bool :f(:force($f)) = False,
Bool :$highlight = False,
Bool :a(:$all) = False
) { ... }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment