Creates a new KindExecutionBuilder instance.
Adds an argument to the kind execution.
the name of the argument
the value of the argument
this builder
Adds an environment variable to the kind execution.
the name of the environment variable
the value of the environment variable
this builder
Adds a flag to the kind execution.
the flag to be added
this builder
Adds an option with multiple values to the kind execution.
the name of the option
the list of values for the option
this builder
Adds a positional argument to the kind execution.
the value of the positional argument
this builder
Adds the list of subcommands to the kind execution.
the list of subcommands to be added
this builder
Sets the working directory for the kind execution.
the path to the working directory
this builder
A builder for creating a kind command execution.