cover both args ending in -- and args not ending in -- for os:argv/1 test

This commit is contained in:
Skgland
2024-01-02 20:48:38 +01:00
committed by Bennet Bleßmann
parent 6fc340c4db
commit 7537686d8f
4 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
os:argv(V).
os:argv(["test1"|_]).
os:argv(["--"|_]).
os:argv(["test2"|_]).
os:argv([]).