mirror of
https://github.com/daylinmorgan/yartsu.git
synced 2024-11-10 00:23:15 -06:00
docs: force demo
This commit is contained in:
parent
4b14d8feb9
commit
8cc214c2d4
1 changed files with 3 additions and 1 deletions
|
@ -67,7 +67,9 @@ def get_parser() -> ArgumentParser:
|
|||
def main() -> None:
|
||||
parser = get_parser()
|
||||
args = parser.parse_args()
|
||||
console = Console(record=True)
|
||||
console = Console(
|
||||
record=True, force_terminal=args.demo, force_interactive=args.demo
|
||||
)
|
||||
|
||||
if args.list_themes:
|
||||
themes.list()
|
||||
|
|
Loading…
Reference in a new issue