We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--scope
1 parent b663c15 commit 33e5c55Copy full SHA for 33e5c55
README.md
@@ -55,7 +55,7 @@ Delete branches
55
56
Delete remotes branches
57
58
-#### `--scope`
+#### `--scope <scope>`
59
60
- Default: `origin`
61
- When: `-r, --remote`
lib/index.js
@@ -29,7 +29,7 @@ module.exports = class Core {
29
})
30
31
if (this.isRemotes) {
32
- cli.option('--scope', 'Remote branch scope', {
+ cli.option('--scope <scope>', 'Remote branch scope', {
33
default: 'origin'
34
35
}
0 commit comments