Skip to content
Snippets Groups Projects
Commit f38ad72a authored by Mark OLESEN's avatar Mark OLESEN
Browse files

ENH: add argList::optionCount method

- convenience for checking is any/all particular options have been
  specified. Eg,

  if (args.optionCount({"opt1", "opt2", "opt3"}) < 3) ...
parent 4a6fc124
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment