makeCommand

Construct an execution of a command.

  1. auto makeCommand(string command)
  2. auto makeCommand(const ref TestEnv testEnv, string command)
    makeCommand
    (
    const ref TestEnv testEnv
    ,
    string command
    )

Meta