Skip to content

Commit 778321f

Browse files
committed
add --animal and define it's purpose
1 parent 56afb4f commit 778321f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

implement-cowsay/cow.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@
55
parser = argparse.ArgumentParser(
66
prog="cow";
77
description="Makes animals say things";
8-
)
8+
)
9+
10+
parser.add_argument("--animal", help="Select an animal to say anything")

0 commit comments

Comments
 (0)