Skip to content

Commit

Permalink
UP
Browse files Browse the repository at this point in the history
  • Loading branch information
fgazat committed Oct 17, 2024
1 parent 817aad7 commit 2a5e1e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ issues:
You can set your own config filepath with `TRC_CFG_PATH` env var:

Example of config: [./config/configexample.yaml](./config/configexample.yaml)

```bash
export TRC_CFG_PATH="/my/custom/path"
```
Expand All @@ -48,6 +50,10 @@ export TRC_CFG_PATH="/my/custom/path"
trc create --summary "Summary" --desc "Description" --queue "TEST"
# create issue (short, if queue specifed in config)
trc c -s "Summary" -d "Description"
# list issues
trc l
# list issues of the first filter, select issue and open it in default browser.
trc l -n 1 -p
```

## Contribution
Expand Down

0 comments on commit 2a5e1e4

Please sign in to comment.