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
Add kubectl generator tests for namespace flag in various positions
Add tests verifying that kubectl_script() correctly forwards the
--namespace value regardless of where -n/--namespace appears in the
token list (before subcommand, after subcommand, with other flags,
equals syntax).
These tests confirm the generators already handle all token orderings
correctly - the actual fix for the completion engine is in warp-internal
(see warpdotdev/warp-internal#24138).
Resolves: APP-3476
See also: GitHub #3929
Co-Authored-By: Oz <oz-agent@warp.dev>
0 commit comments