You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How the subprocess library works in python. If you don't follow along here
How the argparse library works in python. If you don't follow along here
Contributing on Windows πͺ
In the How does this tool work on Windows? section of the wiki (link). We explained that the tool compiles itself into a binary to be accessible in the command line. This means that to reflect any changes you make, you need to recompile it every time. This can slow down development, so its better to run the tool while you are working on it with:
py sce.py <args>
Contributing on Unix (Mac and Linux) π π§
Because the tool is stored as an alias, any changes you make will be instantly reflected with the sce command. Therefore running the tool while developing can be done the usual way:\