From 08ad403ed366ac5839cb63333b5ba2c5007c655e Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 20 Jun 2026 00:03:28 +0900 Subject: feat(help): replace all "php composer.phar" in help text with "shirabe" --- crates/shirabe/src/command/dump_autoload_command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/shirabe/src/command/dump_autoload_command.rs') diff --git a/crates/shirabe/src/command/dump_autoload_command.rs b/crates/shirabe/src/command/dump_autoload_command.rs index 8045d16..a1e50f5 100644 --- a/crates/shirabe/src/command/dump_autoload_command.rs +++ b/crates/shirabe/src/command/dump_autoload_command.rs @@ -58,7 +58,7 @@ impl Command for DumpAutoloadCommand { InputOption::new("strict-ambiguous", None, Some(InputOption::VALUE_NONE), "Return a failed status code (2) if the same class is found in multiple files. Requires --optimize to work.", None).unwrap().into(), ]); self.set_help( - "php composer.phar dump-autoload\n\n\ + "shirabe dump-autoload\n\n\ Read more at https://getcomposer.org/doc/03-cli.md#dump-autoload-dumpautoload", ); Ok(()) -- cgit v1.3.1