pub fn register_completion_command(cli: Command, prog_name: &str) -> CommandExpand description
Attach the completion subcommand to the given command. Returns the
command with the subcommand added. prog_name is accepted for API
symmetry and future dynamic use; the builder itself is currently static.