Skip to content

Commit 02f2598

Browse files
committed
fix: using emoji=True when generating autocompletion
1 parent 85c6d53 commit 02f2598

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sandbox_cli/cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def completion(
5858
path = app.install_completion(shell=shell)
5959
console.info(f"Completion installed to {path}")
6060
else:
61-
console.print(app.generate_completion(shell=shell), end="")
61+
print(app.generate_completion(shell=shell))
6262

6363

6464
app.command(name="completion")(completion)

0 commit comments

Comments
 (0)