Command.this

Explicitly request a command of this type with these parameters In general to create one of the builtin high level rules

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

Meta