sys
dz / python / docs / stdlib / runtime / sysNode Tree
Nodes
argv | |
content | argv |
parents | python/docs/stdlib/runtime/sys |
hyperlink | https://docs.python.org/3/library/sys.html#sys.argv |
location | knowledge/python.dz:621 |
2024-12-23 08:28 Getting my dagzet stuff working with link curation. All I want to do at the moment is get an argument into my program ala argc/argv in C. The CLI stuff is a bit overkill, but nice to know it's included. sys.argv is what I wanted.