removed the style parameter for more dynamic styling

pull/280/head
iaacornus 3 years ago
parent df66dc1423
commit 010fa6d89d
No known key found for this signature in database
GPG Key ID: 281739AE7252598C

@ -22,7 +22,7 @@ def print_step(text):
console.print(panel) console.print(panel)
def print_substep(text, style=""): def print_substep(text):
"""Prints a rich info message without the panelling.""" """Prints a rich info message without the panelling."""
console.print(text, style=style) console.print(text)

Loading…
Cancel
Save