@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.
- package/dist/cli/src/cli.js +4 -2
- package/package.json +1 -1
package/dist/cli/src/cli.js
CHANGED
|
@@ -1235,8 +1235,10 @@ const SPECS = [
|
|
|
1235
1235
|
{
|
|
1236
1236
|
name: "merges",
|
|
1237
1237
|
group: "When somebody saved first",
|
|
1238
|
-
summary: "
|
|
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
|
{
|