This project is a CLI built in Go with the objective of facilitating developers in running applications
- Download and install Go on your PC from this link Golang
- Then clone the project repository
git clone git@github.com:LabTechUDF/CLI.git- Open powerShell or Git Bash in the project diretory
After completing the previus steps,you can run these commands
Windows PowerShell
CLI.exe run python main.pyCLI.exe run -n python main.pyCLI.exe run poetry run python main.pyCLI.exe run -n poetry run python main.pyUse the -d flag followed by one or more directories.
Each directory must contain a main.py file.
CLI.exe run poetry run python main.py -d C:\Workplace\project1\src C:\Workplace\project2\srcCLI.exe run -n poetry run python main.py -d C:\Workplace\project1\src C:\Workplace\project2\src