Steps to reproduce
function foo { param($DebugBuild) }
Receive-Job -wa<TAB>
foo -D<TAB>
foo -Debug<TAB>
Expected behavior
- Cycle through -Wait and -WarningAction
- Cycle through -Debug and -DebugBuild
- Cycle through -Debug and -DebugBuild
Actual behavior
- Only completes -WarningAction
- Only completes -DebugBuild
- No additional completion
Steps to reproduce
function foo { param($DebugBuild) }Receive-Job -wa<TAB>foo -D<TAB>foo -Debug<TAB>Expected behavior
Actual behavior