mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-06 05:35:22 +00:00
[Problem] MPF.CLI Linux 64-bit -lc, -lm, -ls, -lp do not exit #751
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Barthax on GitHub (Oct 10, 2024).
Originally assigned to: @mnadareski on GitHub.
Version
Build
What runtime version are you using?
Describe the issue
Running any of the List command lines options in MPF.CLI and the program continues running without exiting.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Program exits.
@mnadareski commented on GitHub (Oct 10, 2024):
I'm going to assume you're seeing that it's waiting for any user input. This was originally done in order to make it easier for users to catch the whole list, but I guess now that people are actually using these programs, it may look more confusing. The two options I have are ensuring that a message is shown such as "Press Enter to continue" or just remove the wait for entry entirely. I am going to go with the latter since this could interfere with output redirection.
@mnadareski commented on GitHub (Oct 10, 2024):
Fixed by
51733557cd