Skip to content

Commit 97a11cd

Browse files
committed
Update CLI root command and binaries for all platforms.
1 parent ec05f56 commit 97a11cd

11 files changed

+4
-0
lines changed

cmd/root.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ or see:
2727
func Execute() error {
2828
return rootCmd.Execute()
2929
}
30+
31+
func init() {
32+
rootCmd.CompletionOptions.DisableDefaultCmd = true
33+
}

dist/smartcommit-linux

8.56 MB
Binary file not shown.

dist/smartcommit-linux.tar.gz

3.46 MB
Binary file not shown.

dist/smartcommit-macos-amd64

8.77 MB
Binary file not shown.
3.52 MB
Binary file not shown.

dist/smartcommit-macos-arm64

8.29 MB
Binary file not shown.
3.28 MB
Binary file not shown.

dist/smartcommit-windows.exe

8.87 MB
Binary file not shown.

dist/smartcommit-windows.tar.gz

3.56 MB
Binary file not shown.

smartcommit

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)