Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Sentry
Sentry
Created August 10, 2021 at 4:11 PM
Updated August 10, 2021 at 4:11 PM
Resolved August 10, 2021 at 4:11 PM
BoxLang: Our new JVM Dynamic Language made by Ortus! Check it out: https://www.boxlang.io
When you are piping into another command and try to tab complete the first (really the second) parametesr, CommandBox doesn't account for the fact that the piped into already represents the first command.
echo "hi" > index._
Note, the above command desugars to
echo "hi" | fileAppend index._