Y
Hacker News
new
|
ask
|
show
|
jobs
by
IshKebab
2123 days ago
I agree, this is a misguided idea. The whole point of not using Bash is that you don't have to use it's terrible design and syntax surely?
1 comments
foota
2123 days ago
This only seems to use the good parts of the shell, easy piping and redirection, while dropping the language for logic.
link
IshKebab
2122 days ago
It also
appears
to use some bad parts, e.g. command line switches and unquoted arguments.
link
rustshellscript
2122 days ago
Unquoted argument is not an issue here, see some examples here:
https://github.com/rust-shell-script/rust_cmd_lib/issues/10
link