@coderook/cli 0.11.0 → 0.11.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.
@@ -1235,8 +1235,10 @@ const SPECS = [
1235
1235
  {
1236
1236
  name: "merges",
1237
1237
  group: "When somebody saved first",
1238
- summary: "uploads of yours waiting on a decision",
1239
- usage: "merges",
1238
+ summary: "this folder's uploads waiting on a decision",
1239
+ usage: "merges [folder]",
1240
+ detail: "Both merge commands read the project this folder is linked to, so run\n" +
1241
+ "them from a working copy — or name one.",
1240
1242
  run: commandMerges,
1241
1243
  },
1242
1244
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coderook/cli",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "description": "CodeRook from the command line, on any operating system",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "homepage": "https://coderook.com",