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
So that multiple statements can be issued and parsed and executed at once. Doing this could improve the performance of tkbash many times over.
This could be done with a new option - or maybe by reading standard input. The option parsing and execution section at the end would need to be wrapped accordingly.
Alternative idea (probably worse in terms of complexity to the tkbash user): Change --debug option so that the generated output can be reused without tkbash. For this to work, a big bunch needs to be rewritten, so better go with option A.
The text was updated successfully, but these errors were encountered:
So that multiple statements can be issued and parsed and executed at once. Doing this could improve the performance of tkbash many times over.
This could be done with a new option - or maybe by reading standard input. The option parsing and execution section at the end would need to be wrapped accordingly.
Alternative idea (probably worse in terms of complexity to the tkbash user): Change --debug option so that the generated output can be reused without tkbash. For this to work, a big bunch needs to be rewritten, so better go with option A.
The text was updated successfully, but these errors were encountered: