diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-01-11 22:30:12 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-01-11 22:30:12 +0100 |
| commit | 6bfef39c5fd5c2bc9bf3e0c7627931050fa5d02c (patch) | |
| tree | fa02d27e427db2bf212f6c131b3823fef1c56b17 /src/args.py | |
| parent | 4a9f5b636ef63532569676c416caa149731e930b (diff) | |
| download | minishell_test-6bfef39c5fd5c2bc9bf3e0c7627931050fa5d02c.tar.gz minishell_test-6bfef39c5fd5c2bc9bf3e0c7627931050fa5d02c.tar.bz2 minishell_test-6bfef39c5fd5c2bc9bf3e0c7627931050fa5d02c.zip | |
Removing everything prompt related
Diffstat (limited to 'src/args.py')
| -rw-r--r-- | src/args.py | 12 |
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)" ) |
