mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
Update docs text
This commit is contained in:
parent
25cccc32db
commit
b0ac644e9b
1 changed files with 2 additions and 1 deletions
|
|
@ -30,6 +30,7 @@ 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)
|
||||
|
|
@ -78,7 +79,7 @@ func main() {
|
|||
}
|
||||
|
||||
func printFooter() {
|
||||
pterm.Println(pterm.LightGreen("\nDon't know what to do next? Run: ") + pterm.LightYellow("wails3 docs\n"))
|
||||
pterm.Println(pterm.LightGreen("\nNeed documentation? Run: ") + pterm.LightYellow("wails3 docs\n"))
|
||||
// Check if we're in a teminal
|
||||
printer := pterm.PrefixPrinter{
|
||||
MessageStyle: pterm.NewStyle(pterm.FgLightGreen),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue