[Problem] MPF.CLI Linux 64-bit -lc, -lm, -ls, -lp do not exit #751

Closed
opened 2026-01-29 16:21:42 +00:00 by claunia · 2 comments
Owner

Originally created by @Barthax on GitHub (Oct 10, 2024).

Originally assigned to: @mnadareski on GitHub.

Version

  • Stable release (3.2.2 CLI)
  • WIP release (version here)

Build
What runtime version are you using?

  • .NET 8.0 running on Linux 64-bit

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:

  1. MPF.CLI -lc
  2. It keeps on running.

Expected behavior
Program exits.

Originally created by @Barthax on GitHub (Oct 10, 2024). Originally assigned to: @mnadareski on GitHub. **Version** - [X] Stable release (3.2.2 CLI) - [ ] WIP release (version here) **Build** What runtime version are you using? - [X] .NET 8.0 running on Linux 64-bit **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: 1. MPF.CLI -lc 2. It keeps on running. **Expected behavior** Program exits.
claunia added the bug label 2026-01-29 16:21:42 +00:00
Author
Owner

@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): 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.
Author
Owner

@mnadareski commented on GitHub (Oct 10, 2024):

Fixed by 51733557cd

@mnadareski commented on GitHub (Oct 10, 2024): Fixed by https://github.com/SabreTools/MPF/commit/51733557cd15101f09a77b120ff158231b5fcd20
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#751