1 parent 85c6d53 commit 02f2598Copy full SHA for 02f2598
1 file changed
sandbox_cli/cli/__init__.py
@@ -58,7 +58,7 @@ def completion(
58
path = app.install_completion(shell=shell)
59
console.info(f"Completion installed to {path}")
60
else:
61
- console.print(app.generate_completion(shell=shell), end="")
+ print(app.generate_completion(shell=shell))
62
63
64
app.command(name="completion")(completion)
0 commit comments