mirror of
https://github.com/daylinmorgan/yartsu.git
synced 2024-12-22 04:20:44 -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:
|
def main() -> None:
|
||||||
parser = get_parser()
|
parser = get_parser()
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
console = Console(record=True)
|
console = Console(
|
||||||
|
record=True, force_terminal=args.demo, force_interactive=args.demo
|
||||||
|
)
|
||||||
|
|
||||||
if args.list_themes:
|
if args.list_themes:
|
||||||
themes.list()
|
themes.list()
|
||||||
|
|
Loading…
Reference in a new issue