Skip to content

Commit 1a03897

Browse files
committed
Start a to-dos section
1 parent 0d39ced commit 1a03897

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- [Contributing](#contributing)
1313
- [Building](#building)
1414
- [Releasing](#releasing)
15+
- [To-dos](#to-dos)
1516

1617
A helper utility to make it easier to get a JSON Web Token (JWT) printed to your terminal (or copied to your clipboard with the `--copy` flag). Currently only Azure AD is supported.
1718

@@ -118,3 +119,9 @@ The Github Actions to run goreleaser are triggered by a push of a tag. Example:
118119
git tag v0.2.1
119120
git push origin v0.2.1
120121
```
122+
123+
### To-dos
124+
125+
- [ ] Add a `version` subcommand
126+
- [ ] Handle some common errors from MSAL more gracefully
127+
- [ ] Add a `--quiet` flag to only output the JWT, for easier use in scripts

0 commit comments

Comments
 (0)