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/update_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/update_command.rs')
| -rw-r--r-- | crates/shirabe/src/command/update_command.rs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/crates/shirabe/src/command/update_command.rs b/crates/shirabe/src/command/update_command.rs index 873b244..33a13a8 100644 --- a/crates/shirabe/src/command/update_command.rs +++ b/crates/shirabe/src/command/update_command.rs @@ -74,17 +74,17 @@ impl Command for UpdateCommand { "The <info>update</info> command reads the composer.json file from the\n\ current directory, processes it, and updates, removes or installs all the\n\ dependencies.\n\n\ - <info>php composer.phar update</info>\n\n\ + <info>shirabe update</info>\n\n\ To limit the update operation to a few packages, you can list the package(s)\n\ you want to update as such:\n\n\ - <info>php composer.phar update vendor/package1 foo/mypackage [...]</info>\n\n\ + <info>shirabe update vendor/package1 foo/mypackage [...]</info>\n\n\ You may also use an asterisk (*) pattern to limit the update operation to package(s)\n\ from a specific vendor:\n\n\ - <info>php composer.phar update vendor/package1 foo/* [...]</info>\n\n\ + <info>shirabe update vendor/package1 foo/* [...]</info>\n\n\ To run an update with more restrictive constraints you can use:\n\n\ - <info>php composer.phar update --with vendor/package:1.0.*</info>\n\n\ + <info>shirabe update --with vendor/package:1.0.*</info>\n\n\ To run a partial update with more restrictive constraints you can use the shorthand:\n\n\ - <info>php composer.phar update vendor/package:1.0.*</info>\n\n\ + <info>shirabe update vendor/package:1.0.*</info>\n\n\ To select packages names interactively with auto-completion use <info>-i</info>.\n\n\ Read more at https://getcomposer.org/doc/03-cli.md#update-u-upgrade\n", ); |
