Skip to content

Commit

Permalink
Little improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonghi committed Jan 27, 2025
1 parent feabf3f commit 682cb24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nanosaur/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ def info(platform, params: Params, args):
color = NANOSAUR_INSTALL_OPTIONS_RULES[mode]['color']
mode_string = TerminalFormatter.color_text(f"{mode}", color=color, bold=True)
print(f"{TerminalFormatter.color_text('Mode: ', bold=True)} {mode_string}")
else:
print(f"{TerminalFormatter.color_text('Mode: ', bold=True)} {TerminalFormatter.color_text('missing', color='red', bold=True)}")
if 'ws_debug' in params:
debug_string = TerminalFormatter.color_text(f"{params['ws_debug']}", color="yellow", bold=True)
print(f"{TerminalFormatter.color_text('Default debug: ', bold=True)} {debug_string}")
Expand Down

0 comments on commit 682cb24

Please sign in to comment.