From 438e7c63f615478a42621d2999c683738816a98a Mon Sep 17 00:00:00 2001 From: Devin Neal Date: Sat, 11 Jul 2020 00:26:25 -0700 Subject: [PATCH] Use emoji heart on Linux and Mac --- manim/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manim/config.py b/manim/config.py index d0d1388a12..97ba59443a 100644 --- a/manim/config.py +++ b/manim/config.py @@ -176,8 +176,9 @@ def _parse_file_writer_config(config_parser, args): def _parse_cli(arg_list, input=True): parser = argparse.ArgumentParser( + formatter_class=argparse.RawDescriptionHelpFormatter, description='Animation engine for explanatory math videos', - epilog='Made with <3 by the manim community devs' + epilog=f"Made with {'<3' if os.name == 'nt' else '❤ '} by the manim community devs" ) if input: parser.add_argument(