Lines Matching refs:registerCommand
32 …$options->registerCommand('init', 'Initialize a new plugin or template in the current directory.');
33 … $options->registerCommand('addTest', 'Add the testing framework files and a test. (_test/)');
36 $options->registerCommand('addConf', 'Add the configuration files. (conf/)');
37 $options->registerCommand('addLang', 'Add the language files. (lang/)');
47 $options->registerCommand('addComponent', 'Add a new plugin component.');
53 …$options->registerCommand('deletedFiles', 'Create the list of deleted files based on the git histo…
54 $options->registerCommand('rmObsolete', 'Delete obsolete files.');
64 … $options->registerCommand('downloadSvg', 'Download an SVG file from a known icon repository.');
72 … $options->registerCommand('cleanSvg', 'Clean a existing SVG files to reduce their file size.');
77 $options->registerCommand('cleanLang',
81 $options->registerCommand(
94 $options->registerCommand('check', 'Check for code style violations.');
97 $options->registerCommand('fix', 'Fix code style violations and refactor outdated code.');