1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 22:32:14 +00:00

move the new cli to 'os' - its very experimental atm

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2017-03-13 15:57:57 +10:00
parent dc540a0cf0
commit 2cd6ec4db6
6 changed files with 31 additions and 10 deletions

View File

@@ -39,6 +39,8 @@ var entrypoints = map[string]func(){
"cni-glue": glue.Main,
"bridge": bridge.Main,
"host-local": hostlocal.Main,
// new CLI
"os": control.NewMain,
}
func main() {