aws / aws/amazon-q-developer-cli
bug: Save conversation does not support blank space in pathname
Open
- Dominant language
- Rust
- Stars
- 2k
- Forks
- 439
- PR merge metrics
- No merged PRs in 30d
Description
### Checks
- [x] I have searched [github.com/aws/amazon-q-developer-cli/issues](https://github.com/aws/amazon-q-developer-cli/issues?q=) and there are no duplicates of my issue
### Operating system
MacOS
### Expected behaviour
- `/save` support blank space in pathname
- `/save` support quotation mark (```"``` and ```'```) for pathname
```bash
/save "/Users/home/Document 1"
```
will export conversation successfully.
### Actual behaviour
Error message:
```txt
Failed to export to [only pathname before space]: No such file or directory (os error 2)
```
### Steps to reproduce
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.