Skip to content

Commit d776f42

Browse files
committed
Merge branch 'pull-request/3'
Closes #3
2 parents 900e218 + 1c00205 commit d776f42

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

cmd/root.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ func init() {
2929
}
3030

3131
var RootCmd = &cobra.Command{
32-
Use: "apexfmt [file...]",
33-
Short: "Format Apex",
32+
Use: "apexfmt [file...]",
33+
Short: "Format Apex",
34+
Version: version,
3435
RunE: func(cmd *cobra.Command, args []string) error {
3536
if soql, _ := cmd.Flags().GetBool("soql"); soql {
3637
formatSOQL()

0 commit comments

Comments
 (0)