aboutsummaryrefslogtreecommitdiffhomepage
path: root/cli.go
AgeCommit message (Collapse)Author
2024-07-09cli: parse and resolve flagsOphestra Umiker
Copy all flags from upstream. The machinectl flag is dropped as it does nothing. the flag package is used to reduce complexity since we do not care about compatibility with upstream. Signed-off-by: Ophestra Umiker <cat@ophivana.moe>