diff options
Diffstat (limited to 'minishell_test/args.py')
| -rw-r--r-- | minishell_test/args.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/minishell_test/args.py b/minishell_test/args.py index 6ffb242..76f3a9c 100644 --- a/minishell_test/args.py +++ b/minishell_test/args.py @@ -6,7 +6,7 @@ # By: charles <charles.cabergs@gmail.com> +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2020/07/15 18:24:32 by charles #+# #+# # -# Updated: 2021/02/28 09:06:53 by cacharle ### ########.fr # +# Updated: 2021/03/06 10:47:07 by cacharle ### ########.fr # # # # ############################################################################ # @@ -64,11 +64,6 @@ def parse_args(argv): help="Exit on first fail" ) parser.add_argument( - "-m", "--make", - action="store_true", - help="Make minishell and exit" - ) - parser.add_argument( "-g", "--pager", action="store_true", help="After running the test, display the result in a pager of your choice" |
