@rehpic/vcli 0.1.0-beta.95.1 → 0.1.0-beta.96.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -128,6 +128,7 @@ vcli issue set-priority API-1 High
|
|
|
128
128
|
vcli issue replace-assignees API-1 "alice,bob"
|
|
129
129
|
vcli issue comment API-1 --body "Investigating now."
|
|
130
130
|
vcli issue link-github API-1 "https://github.com/acme/api/pull/123"
|
|
131
|
+
vcli issue link-github API-2 "https://github.com/acme/api/pull/123"
|
|
131
132
|
```
|
|
132
133
|
|
|
133
134
|
Invites and notifications:
|