mirror of
https://github.com/taigrr/yq
synced 2025-01-18 04:53:17 -08:00
Show errors on validate
This commit is contained in:
parent
5554301c29
commit
87550b7fe5
@ -15,7 +15,7 @@ yq v - # reads from stdin
|
||||
`,
|
||||
RunE: validateProperty,
|
||||
SilenceUsage: true,
|
||||
SilenceErrors: true,
|
||||
SilenceErrors: false,
|
||||
}
|
||||
cmdRead.PersistentFlags().StringVarP(&docIndex, "doc", "d", "0", "process document index number (0 based, * for all documents)")
|
||||
return cmdRead
|
||||
|
Loading…
x
Reference in New Issue
Block a user