-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Describe the bug
Some slash commands that take additional args simply split on space, so an arg (like a path) with a space in it will always fail to be parsed properly.
Affected version
No response
Steps to reproduce the behavior
- Have a local copy of a marketplace in a folder that contains a space, e.g. "c:\my marketplace"
- Run
/plugin marketplace add c:\my marketplace\and notice it fails - Run
/plugin marketplace add "c:\my marketplace\"and notice it still fails
Expected behavior
Slash command args should be parsed in a quote-aware fashion or otherwise handle paths with spaces in them.
Additional context
Note that /cd and /context-dir add already handle paths with spaces
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels