Skip to content

Commit

Permalink
Review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminjkraft committed Sep 10, 2021
1 parent 763ac37 commit 9de1cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func readConfigGenerateAndWrite(configFilename string) error {
}

type cliArgs struct {
ConfigFilename string `arg:"positional" placeholder:"FILENAME" default:"genqlient.yaml" help:"path to genqlient configuration (default genqlient.yaml)"`
ConfigFilename string `arg:"positional" placeholder:"CONFIG" default:"genqlient.yaml" help:"path to genqlient configuration (default genqlient.yaml)"`
Init bool `arg:"--init" help:"write out and use a default config file"`
}

Expand Down

0 comments on commit 9de1cf4

Please sign in to comment.