Sample env carries a version marker; install appends settings missing since the writing version
This commit is contained in:
@@ -29,7 +29,7 @@ func Run(run func(ctx context.Context) error) error {
|
||||
}
|
||||
|
||||
// Install is unsupported on non-Windows, non-Linux platforms.
|
||||
func Install(string, bool) error { return errUnsupported }
|
||||
func Install(string, bool, string) error { return errUnsupported }
|
||||
|
||||
// Remove is unsupported on non-Windows, non-Linux platforms.
|
||||
func Remove() error { return errUnsupported }
|
||||
|
||||
Reference in New Issue
Block a user