
- Rename `cmdline_args` to `argv` to make it more obvious where they come from. - Make the `if args_parsed` early return into `unless args_parsed` to (hopefully) make it clearer that this is not the "normal" case and to not check `argv` unless arguments haven't been parsed.