Command.this

If constructed with a string, it's a shell command

  1. this(string shellCommand)
    struct Command
    @safe pure nothrow
    this
    ()
  2. this(CommandType type, Params params)
  3. this(CommandDelegate dg)
  4. this(CommandFunction func)

Meta