Eloquent\Composer\NpmBridge\Exception\NpmCommandFailedException::command PHP Method

command() public method

Get the executed command.
public command ( ) : string
return string The command.
    public function command()
    {
        return $this->command;
    }
NpmCommandFailedException