aboutsummaryrefslogtreecommitdiff
path: root/src/args.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/args.py')
-rw-r--r--src/args.py12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/args.py b/src/args.py
index d8bd405..b7fcca6 100644
--- a/src/args.py
+++ b/src/args.py
@@ -6,7 +6,7 @@
# By: charles <charles.cabergs@gmail.com> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2020/07/15 18:24:32 by charles #+# #+# #
-# Updated: 2020/10/24 13:38:47 by charles ### ########.fr #
+# Updated: 2021/01/11 22:20:16 by charles ### ########.fr #
# #
# ############################################################################ #
@@ -38,16 +38,6 @@ def parse_args():
help="Run valgrind on tests (disable usual comparison with bash)"
)
parser.add_argument(
- "-p", "--prompt",
- help=textwrap.dedent("""\
- The format of your prompt, the available format are:
- - abs_path: absolute path to the current directory
- - base_path: last directory of the path to the current directory
- - username: current user
- You can also the the environment variable MINISHELL_TEST_PROMPT.
- """)
- )
- parser.add_argument(
"-r", "--range", nargs=2, type=int, metavar=("BEGIN", "END"),
help="Range of test index to run (imply --show-index)"
)