Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c08393 commit 36a0d41Copy full SHA for 36a0d41
cli/root.go
@@ -67,7 +67,8 @@ func Root() *cobra.Command {
67
68
cmd.PersistentFlags().String(varGlobalConfig, configdir.LocalConfig("coder"), "Path to the global `coder` config directory")
69
cmd.PersistentFlags().Bool(varForceTty, false, "Force the `coder` command to run as if connected to a TTY")
70
-
+ cmd.PersistentFlags().MarkHidden(varForceTty)
71
+
72
return cmd
73
}
74
0 commit comments