diff --git a/README.md b/README.md index 2774ff8..7b2e874 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ $ realize add ##### Init Like add, but with this command you can create a configuration step by step and customize each option. + **Init is the only command that supports a complete customization of all the options supported** ``` diff --git a/realize.go b/realize.go index 138cf55..b8a1c5c 100644 --- a/realize.go +++ b/realize.go @@ -396,7 +396,7 @@ func main() { { Quest: i.Quest{ Options: r.Yellow.Regular("[y/n]"), - Default: i.Default{Value: false, Preview: true, Text: r.Green.Regular("(n)")}, + Default: i.Default{Value: true, Preview: true, Text: r.Green.Regular("(y)")}, Msg: "Enable go run", }, Action: func(c i.Context) interface{} {