add inbound option and custom flags
This commit is contained in:
@@ -26,6 +26,7 @@ var commandParse = &cobra.Command{
|
||||
|
||||
func init() {
|
||||
commandParse.Flags().StringVarP(&commandParseOutputPath, "output", "o", "", "write result to file path instead of stdout")
|
||||
|
||||
mainCommand.AddCommand(commandParse)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user