What is the problem you're trying to solve
I wish to import the nerdctl subcommand package to add some new features.
Describe the solution you'd like
Move *.go files for subcommand out of the main package so we can import it.
Additional context
In addition, are there any other ways to implement this?
What is the problem you're trying to solve
I wish to import the nerdctl subcommand package to add some new features.
Describe the solution you'd like
Move *.go files for subcommand out of the main package so we can import it.
Additional context
In addition, are there any other ways to implement this?