mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
Remove unused command
This commit is contained in:
parent
b0ac644e9b
commit
932f1e9161
1 changed files with 0 additions and 1 deletions
|
|
@ -30,7 +30,6 @@ func init() {
|
|||
func main() {
|
||||
app := clir.NewCli("wails", "The Wails3 CLI", "v3")
|
||||
app.NewSubCommand("docs", "Open the docs").Action(openDocs)
|
||||
app.NewSubCommand("interactive", "Run in interactive mode").Action(interactive)
|
||||
app.NewSubCommandFunction("init", "Initialise a new project", commands.Init)
|
||||
app.NewSubCommandFunction("build", "Build the project", commands.Build)
|
||||
app.NewSubCommandFunction("dev", "Run in Dev mode", commands.Dev)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue