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
Kong takes the first flag and passes it through as a positional argument. It seems like this should be an error. Instead of -l becoming a positional argument, I expected it to be treated as an unknown flag and flags to only be passed through after a non-flag argument.
I have found a surprising
passthrough
behavior in Kong v1.2.1. The following example demonstrates it.Kong takes the first flag and passes it through as a positional argument. It seems like this should be an error. Instead of
-l
becoming a positional argument, I expected it to be treated as an unknown flag and flags to only be passed through after a non-flag argument.Edit: I have just learned about github.com/alecthomas/repr. :-)
The text was updated successfully, but these errors were encountered: