Add cli-output helpers (#18933)

* Add OutputFormat helper to reduce copy-pasta

* Add CliSignOnlyData constructor
This commit is contained in:
Tyera Eulberg
2021-07-27 22:21:23 -06:00
committed by GitHub
parent 14f0ce850d
commit 467c18e0d1
6 changed files with 110 additions and 31 deletions

View File

@@ -12,6 +12,7 @@ documentation = "https://docs.rs/solana-cli-output"
[dependencies]
base64 = "0.13.0"
chrono = { version = "0.4.11", features = ["serde"] }
clap = "2.33.0"
console = "0.14.1"
humantime = "2.0.1"
Inflector = "0.11.4"