Skip to content

Commit 2644f1b

Browse files
committed
fixup! Add a Stdin Specification
1 parent 21e2a17 commit 2644f1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ type Formatter struct {
5757
Command string `mapstructure:"command" toml:"command"`
5858
// Options are an optional list of args to be passed to Command.
5959
Options []string `mapstructure:"options,omitempty" toml:"options,omitempty"`
60-
// StringOptions are an optional list of args used to invoke the formatter
60+
// StdinOptions are an optional list of args used to invoke the formatter
6161
// in stdin mode (where it reads the buffer to format from stdin rather
6262
// than a file). Any occurrences of `$path` will be replaced with the "advisory path"
6363
// of the "file" being formatted (useful for formatters whose behavior

0 commit comments

Comments
 (0)