Skip to content

Commit ff21731

Browse files
committed
Update completions test bash
1 parent 11d59e6 commit ff21731

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/dotnet.Tests/CompletionTests/snapshots/bash/DotnetCliSnapshotTests.VerifyCompletions.verified.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1647,6 +1647,10 @@ _testhost_tool_install() {
16471647
COMPREPLY=( $(compgen -W "d detailed diag diagnostic m minimal n normal q quiet" -- "$cur") )
16481648
return
16491649
;;
1650+
--create-manifest-if-needed)
1651+
COMPREPLY=( $(compgen -W "False True" -- "$cur") )
1652+
return
1653+
;;
16501654
esac
16511655

16521656
COMPREPLY=( $(compgen -W "$opts" -- "$cur") )

0 commit comments

Comments
 (0)