We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bash supports dotglob, but as far as I can tell mvdan.cc/sh/v3/cmd/gosh does not:
mvdan.cc/sh/v3/cmd/gosh
$ go run mvdan.cc/sh/v3/cmd/gosh@latest -c 'shopt -s globstar; shopt -s dotglob; printf "%s\n" ./**/README*' shopt: invalid option name "dotglob" "off" ("on" not supported)
Just want to know if you are open to including support for it.
The text was updated successfully, but these errors were encountered:
Yes of course - within reason, any useful Bash feature should be added to the interpreter.
Sorry, something went wrong.
No branches or pull requests
Bash supports dotglob, but as far as I can tell
mvdan.cc/sh/v3/cmd/gosh
does not:Just want to know if you are open to including support for it.
The text was updated successfully, but these errors were encountered: