Files
Argenta/mock/local_test.py
T
2025-10-11 18:29:11 +03:00

3 lines
46 B
Python

arg = '-repeat'
print(arg[:arg.rfind('-')+1])