Skip to content

Commit fa5ef17

Browse files
author
Bruce Hill
committed
Hide help for stl workspace init
1 parent e2a9285 commit fa5ef17

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkg/cmd/workspace.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ func Rel(basepath, targpath string) string {
3333
}
3434

3535
var workspaceInit = cli.Command{
36-
Name: "init",
37-
Usage: "Initialize Stainless workspace configuration in current directory",
36+
Name: "init",
37+
Usage: "Initialize Stainless workspace configuration in current directory",
38+
HideHelp: true,
3839
Flags: []cli.Flag{
3940
&cli.StringFlag{
4041
Name: "project",

0 commit comments

Comments
 (0)