Skip to content

Commit e8e7d09

Browse files
committed
add defintion for the message argument
1 parent 778321f commit e8e7d09

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

implement-cowsay/cow.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
description="Makes animals say things";
88
)
99

10-
parser.add_argument("--animal", help="Select an animal to say anything")
10+
parser.add_argument("--animal", help="Select an animal to say anything")
11+
parser.add_argument("message", nargs ="+" help="The message that the animal says")

0 commit comments

Comments
 (0)