aboutsummaryrefslogtreecommitdiff
path: root/minishell_test/args.py
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-03-06 16:01:24 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-03-06 16:01:24 +0100
commitfc7a0425a1e19807ec2819bdb73dc6aa14d0e197 (patch)
tree142225b152d462dcf903cb45523565671a65a0b4 /minishell_test/args.py
parent2a854b36624fb1c108a56d317aa54ca630864288 (diff)
downloadminishell_test-fc7a0425a1e19807ec2819bdb73dc6aa14d0e197.tar.gz
minishell_test-fc7a0425a1e19807ec2819bdb73dc6aa14d0e197.tar.bz2
minishell_test-fc7a0425a1e19807ec2819bdb73dc6aa14d0e197.zip
Added test for half of Suitedev
Diffstat (limited to 'minishell_test/args.py')
-rw-r--r--minishell_test/args.py7
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"