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

@@ -2807,6 +2807,7 @@ dependencies = [
"Inflector",
"base64 0.13.0",
"chrono",
"clap",
"console",
"humantime",
"indicatif",