You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 16, 2023. It is now read-only.
clause:=r.Command("init", "Create the secrets necessary to connect with the demo application.")
38
-
clause.HelpLong("The demo init command creates a repository in your personal namespace (called `"+defaultDemoRepo+"` by default). In that repository, it writes the username and password needed to connect to the demo API.")
38
+
clause.HelpLong("demo init creates a repository with the username and password needed to connect to the demo API.")
39
39
40
-
clause.Flag("repo", "The name of the repository to create.").Default(defaultDemoRepo).StringVar(&cmd.repo)
40
+
clause.Flag("repo", "The path of the repository to create. Defaults to a "+defaultDemoRepo+" repo in your personal namespace.").SetValue(&cmd.repo)
0 commit comments