CraftCli\Command\UpdateAssetIndexesCommand::getArguments PHP Method

getArguments() protected method

protected getArguments ( )
    protected function getArguments()
    {
        return array(array('sourceIds', InputArgument::IS_ARRAY, 'Which Assets source ID(s) do you want to update? Leave blank to update all indexes.'));
    }
UpdateAssetIndexesCommand