reverse_argparse icon indicating copy to clipboard operation
reverse_argparse copied to clipboard

Absolute path to executable

Open jmgate opened this issue 2 years ago • 0 comments
trafficstars

Currently the get_*_command_line_invocation() methods start the command line with the executable, but it's only the name of the script being run. For replicability's sake, this should really be the absolute path to the script executed, otherwise two different users could be running scripts of the same name in different locations and they'd be different scripts, and therefore behave differently, leading to confusing that this package is intended to address.

jmgate avatar Jul 10 '23 22:07 jmgate