Skip to content

Commit 55d9cc9

Browse files
committed
read the command line in terminal
1 parent e8e7d09 commit 55d9cc9

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
@@ -8,4 +8,6 @@
88
)
99

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

0 commit comments

Comments
 (0)