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
This bug is for brainstorming.
bin/osh -O all:oil -n foo.sh
shopt -s all:oil
do done
then else fi
{ }
set
builtin set
shopt
read -d
read -delim
ln --verbose
The text was updated successfully, but these errors were encountered:
Some of this came up recently
And again the autoformatter is very related
Sorry, something went wrong.
No branches or pull requests
This bug is for brainstorming.
bin/osh -O all:oil -n foo.sh
first. That fixes some low hanging fruit.shopt -s all:oil
allows BOTH styles of conditionals now:do done
/then else fi
, or{ }
.{ }
set
->builtin set
or maybeshopt
read -d
->read -delim
Provide long options for all builtins #465ln --verbose
? Would have to assume GNU or having wrappers Write wrappers for all POSIX utils that support GNU-style long options #464The text was updated successfully, but these errors were encountered: