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
Launching a terminal with k3rmit --title ... causes the terminal to open then close immediately although this option doesn't seem to be implemented yet
The text was updated successfully, but these errors were encountered:
getopt parses --title option as -e since the argument is not implemented and contains 'e'.
-e, command to execute in terminal
Eventually, it tries to execute ... and exits after that. So the only thing that I can do about this issue is implementing --title argument which I'm not sure if it's necessary.
Launching a terminal with
k3rmit --title ...
causes the terminal to open then close immediately although this option doesn't seem to be implemented yetThe text was updated successfully, but these errors were encountered: