-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Parse Error for quoted arguments in non-nushell programs #953
Copy link
Copy link
Closed
Description
Describe the bug
When running a non-nu command that has argument values surrounded by quotes, a Parse error
is raised.
To Reproduce
git log --pretty="%h %cn - %cd"
Expected behavior
Output of the git command using the formatter
ex.
9d34ec9 GitHub - Thu Oct 31 09:30:30 2019 +1300
fd92271 GitHub - Thu Oct 31 09:14:47 2019 +1300
2d44b7d GitHub - Wed Oct 30 20:22:01 2019 +1300
faccb06 GitHub - Wed Oct 30 20:20:06 2019 +1300
a9cd6b4 Jonathan Turner - Wed Oct 30 20:04:39 2019 +1300
Error Output
D:\Programming\Rust\nushell(master)> git log --pretty="%h %cn - %cd"
error: Parse Error
- shell:1:17
1 | git log --pretty="%h %cn - %cd"
| ^^^^^^^^^^^^^^
Configuration (please complete the following information):
- OS: Windows
- Nu: 0.5.0
- All Features
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels