feat: Show sensitivity of the output value in rendered result (#207)

This commit is contained in:
Khosrow Moossavi
2020-02-26 12:08:24 -05:00
committed by GitHub
parent f55fd6cc5b
commit 4ff4582dff
16 changed files with 190 additions and 89 deletions

View File

@@ -29,6 +29,8 @@ var rootCmd = &cobra.Command{
settings.ShowInputs = oppositeBool("no-inputs")
settings.ShowOutputs = oppositeBool("no-outputs")
settings.OutputValues = options.OutputValues
settings.ShowColor = oppositeBool("no-color")
settings.SortByName = oppositeBool("no-sort")
settings.ShowRequired = oppositeBool("no-required")