Skip to content

CmdLine Parsing - Cannot use ; character in command data? #243

@henrygab

Description

@henrygab

The command line parsing currently checks for ; character anywhere in the input line, and treats it as the end of a command.

} else if (c == ';') {

This appears to have the inadvertent consequence of preventing the use of ; as data in any command.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions