update meta data
This commit is contained in:
parent
f3a896c724
commit
90e15ed6ce
3307 changed files with 1674 additions and 7 deletions
7
Task/Program-name/00DESCRIPTION
Normal file
7
Task/Program-name/00DESCRIPTION
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
The task is to programmatically obtain the name used to invoke the program. (For example determine whether the user ran "python hello.py", or "python hellocaller.py", a program importing the code from "hello.py".)
|
||||
|
||||
Sometimes a [[multiline shebang]] is necessary in order to provide the script name to a language's internal ARGV.
|
||||
|
||||
See also [[Command-line arguments]]
|
||||
|
||||
Examples from [https://github.com/mcandre/scriptname GitHub].
|
||||
Loading…
Add table
Add a link
Reference in a new issue