Is it possible to get the exact script invocation in Python?
I would like my python script to produce a text file containing the exact command line the user entered to invoke the script. In the past, I have done the following in bash:
I would like my python script to produce a text file containing the exact command line the user entered to invoke the script. In the past, I have done the following in bash: