mirror of
https://github.com/sern-handler/cli
synced 2026-06-27 02:02:20 +00:00
feat: update CLI version command
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
[](https://github.com/sern-handler/cli)
|
||||
[](https://github.com/sern-handler/cli)
|
||||
[](https://npmjs.com/@sern/cli)
|
||||
|
||||
Our CLI allows you to setup and manage Discord bot projects without writing a single line of code!
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ import (
|
||||
var rootCmd = &cobra.Command{
|
||||
Use: "sern",
|
||||
Short: "A powerful CLI tool for Sern.",
|
||||
Version: "0.1.0",
|
||||
Version: "0.1.1",
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
fmt.Println("Sern CLI")
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user