We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 900e218 + 1c00205 commit d776f42Copy full SHA for d776f42
1 file changed
cmd/root.go
@@ -29,8 +29,9 @@ func init() {
29
}
30
31
var RootCmd = &cobra.Command{
32
- Use: "apexfmt [file...]",
33
- Short: "Format Apex",
+ Use: "apexfmt [file...]",
+ Short: "Format Apex",
34
+ Version: version,
35
RunE: func(cmd *cobra.Command, args []string) error {
36
if soql, _ := cmd.Flags().GetBool("soql"); soql {
37
formatSOQL()
0 commit comments