Skip to content

Commit

Permalink
don't mark output as required since it has a default
Browse files Browse the repository at this point in the history
  • Loading branch information
wwsean08 committed Nov 5, 2023
1 parent 113b310 commit a3f318e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/graphDeps.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,4 @@ func init() {
rootCmd.AddCommand(graphDepsCmd)

graphDepsCmd.Flags().StringP("output", "o", "deps.graphviz", "Used to specify the output file for the GraphViz file")
_ = graphDepsCmd.MarkFlagRequired("output")
}

0 comments on commit a3f318e

Please sign in to comment.