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
On Windows a user is most likely going to double-click the executable to run it. That causes the help to display and the program to close before the user is able to read it. Providing an option to wait for confirmation would keep the cmd prompt open for the user.
The text was updated successfully, but these errors were encountered:
That's a good idea. I think I'm going to do this by adding a more general .wait_on_err() since you can also "hard code" command line arguments into windows shortcuts and there may be times one if them causes an error the user needs to see (missing file, etc).
I'm on vacation for the next few days but I'll implement this as soon as I get back. Thanks! 👍
On Windows a user is most likely going to double-click the executable to run it. That causes the help to display and the program to close before the user is able to read it. Providing an option to wait for confirmation would keep the cmd prompt open for the user.
The text was updated successfully, but these errors were encountered: