Skip to content

Commit

Permalink
fix: Make CA the default command
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthb committed Mar 7, 2024
1 parent a28852d commit bc1b32b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/bf/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ func main() {
},
},
},
DefaultCommand: "ca",
Commands: []*cli.Command{
newCmd,
caCmd,
Expand Down

0 comments on commit bc1b32b

Please sign in to comment.