diff --git a/cmd/runj/create.go b/cmd/runj/create.go index 817e661..7819f43 100644 --- a/cmd/runj/create.go +++ b/cmd/runj/create.go @@ -6,6 +6,7 @@ import ( "os" "os/exec" "path/filepath" + "strconv" "go.sbk.wtf/runj/jail" "go.sbk.wtf/runj/oci" @@ -45,8 +46,14 @@ import ( // integrations on top of runc expect this behavior, runj copies that at the // expense of more complication in the codebase. func createCommand() *cobra.Command { + var ( + bundle string + consoleSocket string + pidFile string + ) + create := &cobra.Command{ - Use: "create ", + Use: "create [