Migrate CLI commands away from `os.Args` and global flag parsing so `runCLI(args)` is the single source of truth.
Migrate CLI commands away from
os.Argsand global flag parsing sorunCLI(args)is the single source of truth.