Quoted arguments don't work
Open
- Dominant language
- Shell
- Stars
- 7
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
This doesn't work:
rrun dev cog predict -i input="hello world"
I am experimenting with bash arrays to make this work but got it is messy.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the quoted-argument example with the rrun command and inspect the shell argument-handling entry point, particularly the bash-array approach mentioned in the issue. Done means `rrun dev cog predict -i input="hello world"` preserves the intended argument and reaches the remote command as one value.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bash, shell
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100