We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4fd8a8 commit e66c320Copy full SHA for e66c320
test/test_completion.py
@@ -49,8 +49,8 @@ def test_completion_powershell(run_command):
49
result = run_command("completion powershell")
50
assert result.ok
51
assert result.stderr == ""
52
- assert "Register-ArgumentCompleter -Native -CommandName 'arduino-cli' -ScriptBlock {" in result.stdout
53
- assert "'arduino-cli;completion' {" in result.stdout
+ assert "# powershell completion for arduino-cli" in result.stdout
+ assert "Register-ArgumentCompleter -CommandName 'arduino-cli' -ScriptBlock" in result.stdout
54
55
56
def test_completion_bash_no_desc(run_command):
0 commit comments