mirror of
https://github.com/Threnklyn/jira.git
synced 2026-06-13 16:13:34 +02:00
bump version
This commit is contained in:
@@ -55,6 +55,10 @@ jira ls -t table # list all unresolved issues in pretty t
|
|||||||
|
|
||||||
jira create # create new "Bug" type issue for project GOJIRA
|
jira create # create new "Bug" type issue for project GOJIRA
|
||||||
jira create -i Task # create new Task type issue
|
jira create -i Task # create new Task type issue
|
||||||
|
|
||||||
|
# make the table template your default "list" template:
|
||||||
|
jira export-templates -t table
|
||||||
|
mv $HOME/.jira.d/templates/table $HOME/.jira.d/templates/list
|
||||||
```
|
```
|
||||||
|
|
||||||
## Download
|
## Download
|
||||||
|
|||||||
+1
-1
@@ -72,7 +72,7 @@ Command Options:
|
|||||||
or Watcher to search for
|
or Watcher to search for
|
||||||
`, user, fmt.Sprintf("%s/.jira.d/templates", home), user)
|
`, user, fmt.Sprintf("%s/.jira.d/templates", home), user)
|
||||||
|
|
||||||
args, err := docopt.Parse(usage, nil, true, "0.0.3", false, false)
|
args, err := docopt.Parse(usage, nil, true, "0.0.4", false, false)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Error("Failed to parse options: %s", err)
|
log.Error("Failed to parse options: %s", err)
|
||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
|
|||||||
Reference in New Issue
Block a user