cmd/htpacker: lots more WIP

This commit is contained in:
Laurence Withers 2019-03-29 09:18:07 +00:00
commit 84ea7c3673
4 changed files with 227 additions and 17 deletions

View file

@ -18,7 +18,7 @@ arguments.`,
func main() {
rootCmd.AddCommand(packCmd)
//rootCmd.AddCommand(yamlCmd)
rootCmd.AddCommand(yamlCmd)
rootCmd.AddCommand(inspectCmd)
if err := rootCmd.Execute(); err != nil {