rwx
This commit is contained in:
parent
778f43dadc
commit
508872059a
13 changed files with 1 additions and 4 deletions
6
rwx/arg/__init__.py
Normal file
6
rwx/arg/__init__.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
import sys
|
||||
|
||||
|
||||
def split() -> tuple[str, list[str]]:
|
||||
command, *arguments = sys.argv
|
||||
return command, arguments
|
Loading…
Add table
Add a link
Reference in a new issue