We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Readme
1 parent 74ac834 commit 80f1e03Copy full SHA for 80f1e03
README.md
@@ -219,6 +219,11 @@ Finally, install the package:
219
sudo dpkg -i composer-semver_Linux_arm64.deb
220
```
221
222
+For shell completions, follow the instructions from:
223
+```sh
224
+composer-semver completion --help
225
+```
226
+
227
## Manual Binary
228
229
> [!WARNING]
@@ -244,6 +249,11 @@ tar -xvf 'composer-semver_Darwin_arm64.tar.gz'
244
249
mv composer-semver /usr/local/bin
245
250
246
251
252
253
254
255
256
247
257
## Alternatives
248
258
259
- [ComVer](https://github.com/typisttech/comver)
0 commit comments