one thing im noticing about tERGminal is that it enters its own graphic interface, albeit CLI still, away from the terminal prompt to enter an option in the program. im not sure how well this will work for my specific application since i need to provide arguments from website front end to the program inside the initial string so its performing a single task
example: i need to enter something like python ergpyMenu.py -2 'wallet_address'
to send erg to that address.
right now i need to type python ergpyMenu.py and wait for it to pop up before hitting the number 2 and then typing the address
one thing im noticing about tERGminal is that it enters its own graphic interface, albeit CLI still, away from the terminal prompt to enter an option in the program. im not sure how well this will work for my specific application since i need to provide arguments from website front end to the program inside the initial string so its performing a single task
example: i need to enter something like
python ergpyMenu.py -2 'wallet_address'to send erg to that address.
right now i need to type
python ergpyMenu.pyand wait for it to pop up before hitting the number 2 and then typing the address