Skip to content

Commit

Permalink
Update root.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouYixun authored Jun 21, 2024
1 parent 78efa6a commit 826caf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ var rootCmd = &cobra.Command{
██╔══╝ ██║ ██║ ██║ ██║╚██╗██║ ██║╚██╗██║ ██╔══██║
██║ ██║ ╚██████╔╝ ██║ ╚████║ ██║ ╚████║ ██║ ██║
╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝ ╚═╝ ╚═══╝ ╚═╝ ╚═╝
Author: omsage org
License: AGPL v3
`,
RunE: func(cmd *cobra.Command, args []string) error {
runWeb()
Expand Down

0 comments on commit 826caf0

Please sign in to comment.