Skip to content

Commit

Permalink
nicer print
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisNe committed Feb 8, 2025
1 parent ab5958f commit e989ddd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nuztf/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ def main(
with open(gcn_filename, "w") as f:
f.write(gcn_draft)
else:
print(gcn_draft)
console.print("Here is your GCN draft:\n\n", style="bold magenta")
console.print(gcn_draft)


def cli_command():
Expand Down

0 comments on commit e989ddd

Please sign in to comment.