shouldExecuteOk

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto shouldExecuteOk(string[] args, string workDir, string file, size_t line)
  2. auto shouldExecuteOk(string[] args, Options options, string file, size_t line)
    shouldExecuteOk
    (
    string[] args
    ,
    in Options options
    ,
    string file = __FILE__
    ,
    size_t line = __LINE__
    )
  3. auto shouldExecuteOk(string arg, Options options, string file, size_t line)
  4. auto shouldExecuteOk(string arg, string file, size_t line)

Meta