Skip to content

Commit

Permalink
docs: add toml format
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Aug 8, 2024
1 parent b11d522 commit 457192f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/options/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ type RunOptions struct {
Branch string
// CompileOnly is used to check a local package and all of its dependencies for errors.
CompileOnly bool
// Format is the output type, e.g., Json, Yaml, etc. Default is Yaml.
// Format is the output type, e.g., Json, Yaml, Toml etc. Default is Yaml.
Format string
// Writer is used to output the run result. Default is os.Stdout.
Writer io.Writer
Expand Down

0 comments on commit 457192f

Please sign in to comment.