Recca0120\Terminal\Kernel::all PHP Method

all() public method

Get all of the commands registered with the console.
public all ( ) : array
return array
    public function all()
    {
        return $this->artisan->all();
    }