Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip Miller committed May 4, 2022
1 parent 3b5748a commit 39408d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,9 @@ Search for all issues assigned to you and in various status types
jira-search --config /path/to/your/config.yaml search --jql-raw-search 'assignee = "Babu Bott" AND status in ("Ready for Work", "In Progress")'
```

Make an alias

```shell
alias mywork="jira-search --config /path/to/your/config.yaml search --jql-raw-search 'assignee = \"Babu Bott\" AND status in (\"Ready for Work\", \"In Progress\")'"
```

9 changes: 0 additions & 9 deletions utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@ import (
"github.com/spf13/viper"
)

// PrettyPrint ...
//func PrettyPrint(v interface{}) (err error) {
// b, err := json.MarshalIndent(v, "", " ")
// if err == nil {
// fmt.Println(string(b))
// }
// return
//}

type LoadFromCommandOpts struct {
DefaultFlagVal string
Flag string
Expand Down

0 comments on commit 39408d5

Please sign in to comment.