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/)');
40 $options->registerCommand('addConf', 'Add the configuration files. (conf/)');
41 $options->registerCommand('addLang', 'Add the language files. (lang/)');
42 …$options->registerCommand('addAgents', 'Add an initial AGENTS.md file for guiding LLM coding agent…
59 $options->registerCommand('addComponent', 'Add a new plugin component.');
73 …$options->registerCommand('deletedFiles', 'Create the list of deleted files based on the git histo…
74 $options->registerCommand('rmObsolete', 'Delete obsolete files.');
84 … $options->registerCommand('downloadSvg', 'Download an SVG file from a known icon repository.');
105 … $options->registerCommand('cleanSvg', 'Clean a existing SVG files to reduce their file size.');
115 $options->registerCommand(
121 $options->registerCommand(
134 $options->registerCommand('check', 'Check for code style violations.');
137 $options->registerCommand('fix', 'Fix code style violations and refactor outdated code.');