feature: The packaged program supports receiving parameters.
Duplicate Check
- [x] I have searched the opened issues and there are no duplicates
Describe the requested feature
The bundled executable should support command-line argument passing at runtime. Arguments provided by users when launching the program must be fully accessible within the code through sys.argv , maintaining identical behavior to the original Python script.
Suggest a solution
No response
Screenshots
No response
Additional details
No response
Can you please better explain/detail your request?
Can you please better explain/detail your request?
The bundled executable should support command-line argument passing at runtime. Arguments provided by users when launching the program must be fully accessible within the code through sys.argv , maintaining identical behavior to the original Python script.