Skip to content

Commit 86ed8b7

Browse files
authored
Merge pull request piccolo-orm#58 from Fingel/feature/shell_syntax_highlighting
Enable syntax highlighting for piccolo shell
2 parents 4ff42d3 + 0a9be56 commit 86ed8b7

File tree

1 file changed

+1
-1
lines changed
  • piccolo/apps/shell/commands

1 file changed

+1
-1
lines changed

piccolo/apps/shell/commands/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def start_ipython_shell(
2626
if table_class_name not in existing_global_names:
2727
globals()[table_class_name] = table_class
2828

29-
IPython.embed(using=_asyncio_runner)
29+
IPython.embed(using=_asyncio_runner, colors="neutral")
3030

3131

3232
def run():

0 commit comments

Comments
 (0)