Skip to content

Commit

Permalink
Update cli.xsh
Browse files Browse the repository at this point in the history
  • Loading branch information
anki-code authored Jun 11, 2024
1 parent b337c9c commit 869e158
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xonsh_awesome_cli_app/cli.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,10 @@ def cli(ctx, name, debug):

# Setting up the environment variables.
$RAISE_SUBPROC_ERROR = True
$XONSH_SHOW_TRACEBACK = True
if debug:
$XONSH_TRACE_SUBPROC = True
$XONSH_SHOW_TRACEBACK = True



@cli.command()
Expand Down

0 comments on commit 869e158

Please sign in to comment.