CliInterface
in
Describes CLI interface.
Table of Contents
Methods
- withBaseCli() : static
- Return an instance with provided base cli path.
- withBaseCommand() : static
- Return an instance with provided base command path.
Methods
withBaseCli()
Return an instance with provided base cli path.
public
withBaseCli(string $path) : static
Parameters
- $path : string
-
The base path.
Tags
Return values
staticwithBaseCommand()
Return an instance with provided base command path.
public
withBaseCommand(string $path) : static
Parameters
- $path : string
-
The base path.