Stub out install subcommand
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package pkg
|
||||
|
||||
import (
|
||||
"github.com/pkg/errors"
|
||||
)
|
||||
|
||||
// Install fetches and installs pkgs from appropriate remotes.
|
||||
func Install(root string, pkgs []string) error {
|
||||
return errors.New("NYI")
|
||||
}
|
||||
Reference in New Issue
Block a user