Add list --json option
This commit is contained in:
parent
a382269281
commit
fc0b55a207
3 changed files with 17 additions and 5 deletions
|
|
@ -10,4 +10,5 @@ edition = "2018"
|
|||
anyhow = "1.0.41"
|
||||
clap = "3.0.0-beta.2"
|
||||
serde = { version = "1.0.126", features = ["derive"] }
|
||||
serde_json = "1.0.64"
|
||||
ureq = { version = "2.1.1", features = ["json"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue