mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-03 04:32:40 +00:00
Separating command line option parsing from executing hyperkit makes the code awkward with many parameters passed between functions. Having everything in one function makes the code simpler. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>