From 236d67456a01406ddbd77a1a79eb97dd2fa29fdc Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Tue, 15 Jan 2019 12:18:28 -0800 Subject: [PATCH] Removed nargs from several bit of configuration --- manimlib/config.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/manimlib/config.py b/manimlib/config.py index 151a055b..a97c2ab8 100644 --- a/manimlib/config.py +++ b/manimlib/config.py @@ -80,7 +80,6 @@ def parse_cli(): ) parser.add_argument( "-n", "--start_at_animation_number", - nargs=1, help="Start rendering not from the first animation, but" "from another, specified by its index. If you pass" "in two comma separated values, e.g. \"3,6\", it will end" @@ -88,12 +87,10 @@ def parse_cli(): ) parser.add_argument( "-r", "--resolution", - nargs=1, help="Resolution, passed as \"height,width\"", ) parser.add_argument( "-c", "--color", - nargs=1, help="Background color", ) parser.add_argument(