Skip to content

Commit

Permalink
remove rich panel
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephTLucas committed Feb 12, 2024
1 parent a9b7843 commit 17c94f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vger/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
app = typer.Typer(rich_markup_mode="rich")


@app.command(rich_help_panel="Execution Mode")
@app.command()
def interactive():
"""
Interactive execution for [bold red]maximum functionality[/bold red]
Expand Down

0 comments on commit 17c94f8

Please sign in to comment.