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/create_project_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/create_project_command.rs')
| -rw-r--r-- | crates/shirabe/src/command/create_project_command.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/shirabe/src/command/create_project_command.rs b/crates/shirabe/src/command/create_project_command.rs index b1ef8ec..99f73e9 100644 --- a/crates/shirabe/src/command/create_project_command.rs +++ b/crates/shirabe/src/command/create_project_command.rs @@ -112,9 +112,9 @@ impl Command for CreateProjectCommand { with a composer.json file it installs the packages for the current project.\n\n\ You can use this command to bootstrap new projects or setup a clean\n\ version-controlled installation for developers of your project.\n\n\ - <info>php composer.phar create-project vendor/project target-directory [version]</info>\n\n\ + <info>shirabe create-project vendor/project target-directory [version]</info>\n\n\ You can also specify the version with the package name using = or : as separator.\n\n\ - <info>php composer.phar create-project vendor/project:version target-directory</info>\n\n\ + <info>shirabe create-project vendor/project:version target-directory</info>\n\n\ To install unstable packages, either specify the version you want, or use the\n\ --stability=dev (where dev can be one of RC, beta, alpha or dev).\n\n\ To setup a developer workable version you should create the project using the source\n\ |
