Command-line arguments: Difference between revisions

Content added Content deleted
No edit summary
Line 2,582: Line 2,582:


=={{header|Vlang}}==
=={{header|Vlang}}==
This assumes that the following script, myscript.wren, is run as follows:
This assumes that the following script, myscript.v, is run as follows:
$ v run myscript.v -c "alpha beta" -h "gamma"
$ v run myscript.v -c "alpha beta" -h "gamma"
<lang vlang>import os
<lang vlang>import os