hedronium\Jables\commands\Dependencies::handle PHP Method

handle() public method

public handle ( )
    public function handle()
    {
        $this->callSilent('jables:check');
        $this->comment('Dependencies for "' . $this->argument('table_name') . '" table');
        if (!$this->option('list')) {
            $this->treeDeps();
        } else {
            $this->listDeps();
        }
    }