basic function comparing uids of host/container

This commit is contained in:
Christian Goll
2022-02-28 15:17:33 +01:00
committed by Christian Goll
parent 95050a44ce
commit 8c7fd7d140
7 changed files with 330 additions and 9 deletions

View File

@@ -21,8 +21,7 @@ More information about the conainer can be shown with the '-a' option.`,
return list, cobra.ShellCompDirectiveNoFileComp
},
Aliases: []string{"sh", "chroot"},
Args: cobra.MinimumNArgs(1),
Args: cobra.MinimumNArgs(1),
}
ShowAll bool
)