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.
stl workspace init
1 parent e2a9285 commit fa5ef17Copy full SHA for fa5ef17
pkg/cmd/workspace.go
@@ -33,8 +33,9 @@ func Rel(basepath, targpath string) string {
33
}
34
35
var workspaceInit = cli.Command{
36
- Name: "init",
37
- Usage: "Initialize Stainless workspace configuration in current directory",
+ Name: "init",
+ Usage: "Initialize Stainless workspace configuration in current directory",
38
+ HideHelp: true,
39
Flags: []cli.Flag{
40
&cli.StringFlag{
41
Name: "project",
0 commit comments