Deployment\CommandLine::isEmpty PHP Method

isEmpty() public method

public isEmpty ( )
    public function isEmpty()
    {
        return !isset($_SERVER['argv']) || count($_SERVER['argv']) < 2;
    }