You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for providing such a great tool that manages to parse shell syntax correctly 99% of the time. That's no small feat!
I have a case where beautysh appears to do the wrong thing, so I wanted to document it here in case it helps improve the project.
I have a script here that beautysh appears to parse incorrectly. If I remove the @formatter directives here then I get an indent/outdent mismatch: 2 error and beautysh over-indents the rest of the script.
The text was updated successfully, but these errors were encountered:
First of all, thanks for providing such a great tool that manages to parse shell syntax correctly 99% of the time. That's no small feat!
I have a case where beautysh appears to do the wrong thing, so I wanted to document it here in case it helps improve the project.
I have a script here that beautysh appears to parse incorrectly. If I remove the
@formatter
directives here then I get anindent/outdent mismatch: 2
error and beautysh over-indents the rest of the script.The text was updated successfully, but these errors were encountered: