diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-20 00:03:28 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-20 00:03:28 +0900 |
| commit | 08ad403ed366ac5839cb63333b5ba2c5007c655e (patch) | |
| tree | 68735a2fdba8f132178e7243c75ff863eb85e8ff /crates/shirabe/src/command/run_script_command.rs | |
| parent | e5fcde172b38d9a71292d0b4dd7f5d347da2e748 (diff) | |
| download | php-shirabe-08ad403ed366ac5839cb63333b5ba2c5007c655e.tar.gz php-shirabe-08ad403ed366ac5839cb63333b5ba2c5007c655e.tar.zst php-shirabe-08ad403ed366ac5839cb63333b5ba2c5007c655e.zip | |
feat(help): replace all "php composer.phar" in help text with "shirabe"
Diffstat (limited to 'crates/shirabe/src/command/run_script_command.rs')
| -rw-r--r-- | crates/shirabe/src/command/run_script_command.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/command/run_script_command.rs b/crates/shirabe/src/command/run_script_command.rs index db6463e..92f9ccf 100644 --- a/crates/shirabe/src/command/run_script_command.rs +++ b/crates/shirabe/src/command/run_script_command.rs @@ -171,7 +171,7 @@ impl Command for RunScriptCommand { ]); self.set_help( "The <info>run-script</info> command runs scripts defined in composer.json:\n\n\ - <info>php composer.phar run-script post-update-cmd</info>\n\n\ + <info>shirabe run-script post-update-cmd</info>\n\n\ Read more at https://getcomposer.org/doc/03-cli.md#run-script-run", ); Ok(()) |
