Skip to content

Can't use double quotes with the command-line argument "-x" #58

@Thefakewhitefang

Description

@Thefakewhitefang

DiscordConsole does not treat strings enclosed in double quotes as such. So when I run the command:
DiscordConsole.exe -x "game listening "A B C" "D E F" "G H I""

It runs the executable but gives the output

> game listening A
> ^C
exit

Whereas the expected output would be
> game listening "A B C" "D E F" "G H I"

Is this the expected result? I have also tried using double-double-quotes but it seems to remove them too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions