Skip to content

Commit a9b4796

Browse files
committed
stuff
1 parent fe44291 commit a9b4796

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cli/root.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ func Root() *cobra.Command {
5757
SilenceUsage: true,
5858
Long: `Coder — A tool for provisioning self-hosted development environments.
5959
`,
60+
PersistentPreRun: func(cmd *cobra.Command, _ []string) {
61+
62+
},
6063
Example: ` Start a Coder server.
6164
` + cliui.Styles.Code.Render("$ coder server") + `
6265

0 commit comments

Comments
 (0)