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 4ed7038 commit 55e10bfCopy full SHA for 55e10bf
devbox.go
@@ -33,7 +33,7 @@ type Devbox interface {
33
Install(ctx context.Context) error
34
IsEnvEnabled() bool
35
ListScripts() []string
36
- PrintEnv(ctx context.Context, opts *devopt.PrintEnv) (string, error)
+ PrintEnv(opts *devopt.PrintEnv) (string, error)
37
PrintEnvVars(ctx context.Context) ([]string, error)
38
PrintGlobalList() error
39
Pull(ctx context.Context, overwrite bool, path string) error
0 commit comments