We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc266f9 commit 7779c44Copy full SHA for 7779c44
cmd/action/fmt.go
@@ -19,7 +19,7 @@ import (
19
var (
20
// FmtCmd represents the fmt command.
21
FmtCmd = &cobra.Command{
22
- Use: "fmt [path]",
+ Use: "fmt [path ...]",
23
Short: "Formats Atlas HCL files",
24
Long: "`atlas schema fmt`" + ` formats all ".hcl" files under the given path using
25
cannonical HCL layout style as defined by the github.com/hashicorp/hcl/v2/hclwrite package.
0 commit comments