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.
1 parent 9ac9d68 commit e9acc9cCopy full SHA for e9acc9c
README.md
@@ -47,6 +47,14 @@ github-label 'codenameyau/github-label'
47
48
--
49
50
+##### List the available presets
51
+```
52
+github-label -l
53
+github-label -l default
54
55
+
56
+--
57
58
##### Create labels with one of the available presets
59
```
60
github-label 'codenameyau/github-label' -p priority
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "github-label",
3
- "version": "1.1.0",
+ "version": "1.2.0",
4
"description": "CLI for creating GitHub labels",
5
"bin": {
6
"github-label": "bin/github-label.js"
0 commit comments