You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/fakedoc/main.go
+19-3Lines changed: 19 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@ type Options struct {
45
45
NumOutputsint`long:"num-outputs" short:"n" default:"1" description:"How many documents to generate . If greater than 1, the output filename must be given. It is treated as a template for filenames in which {{$}} will be replaced with the number of the file, starting with 0."`
46
46
Formattedbool`long:"format" short:"f" description:"Output JSON should be formatted."`
47
47
RequireRegexstring`long:"require" description:"Specifies with a regular expression what fields to force as required."`
0 commit comments