Skip to content

Commit 3fedf60

Browse files
committed
remove config and run cmds
1 parent 588f4f2 commit 3fedf60

File tree

3 files changed

+0
-159
lines changed

3 files changed

+0
-159
lines changed

internal/cmd/config.go

Lines changed: 0 additions & 98 deletions
This file was deleted.

internal/cmd/root.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,14 +152,12 @@ func NewCmdRoot() *cobra.Command {
152152
rootCmd.PersistentFlags().String("domain", "", "The domain for smallweb")
153153
rootCmd.Flags().SetInterspersed(false)
154154

155-
rootCmd.AddCommand(NewCmdRun())
156155
rootCmd.AddCommand(NewCmdDocs())
157156
rootCmd.AddCommand(NewCmdUp())
158157
rootCmd.AddCommand(NewCmdDoctor())
159158
rootCmd.AddCommand(NewCmdList())
160159
rootCmd.AddCommand(NewCmdCrons())
161160
rootCmd.AddCommand(NewCmdInit())
162-
rootCmd.AddCommand(NewCmdConfig())
163161

164162
return rootCmd
165163
}

internal/cmd/run.go

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)