Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Space at beginning confuses command-line interpreter of standalone JACK client #1271

Open
acli opened this issue May 29, 2024 · 0 comments · May be fixed by #1275
Open

Space at beginning confuses command-line interpreter of standalone JACK client #1271

acli opened this issue May 29, 2024 · 0 comments · May be fixed by #1275

Comments

@acli
Copy link

acli commented May 29, 2024

In the standalone JACK client, if a command is preceded by a space, the interpreter ignores the command without showing any error message.

Example:

[...]
        Curves: 7
        PreloadedSamples: 351
===========================
Unknown opcodes:

> help
ERROR: Unknown command 'help'!

>  help

>       help
ERROR: Unknown command '        help'!

> 

Only U+0020 seems to cause this problem, not any other whitespace. In the above example, the interpreter shows an error message for “help” (no space), no error for “ help” (preceded by a space), and an error for “ help” (preceded by a tab).

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
1 participant