uxc: mimic runc cmdline by using getopt_long
authorDaniel Golle <daniel@makrotopia.org>
Tue, 27 Oct 2020 16:34:06 +0000 (16:34 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Wed, 28 Oct 2020 13:59:51 +0000 (13:59 +0000)
commit75f2374f1656b6f2eee3fa0e3b871f5ddcbee1c4
treefb94594a128264e44273e2cc45fdf8d7ab7b38b7
parent257f29b867ba47f6f87c097c13746b291b145506
uxc: mimic runc cmdline by using getopt_long

Imitate runc (or crun) cmdline parameters. This allows using uxc as
runtime with podman.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
uxc.c