BoxLang: Our new JVM Dynamic Language made by Ortus! Check it out: https://www.boxlang.io

Param tab completion is off-by-one when piping

Description

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._

Activity

Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.

Assignee

Reporter

Fix versions

Priority

Created August 10, 2021 at 4:11 PM
Updated August 10, 2021 at 4:11 PM
Resolved August 10, 2021 at 4:11 PM

Flag notifications