runKillCli function
CLI adapter for fdb kill. Accepts no flags; emits one of:
APP_KILLED (success) ERROR: No PID file found. Is the app running? (no session) KILL_FAILED (force-kill failed)
Implementation
Future<int> runKillCli(List<String> args) => runCliAdapter(ArgParser(), args, _execute);