We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74d5122 commit d8cf4fdCopy full SHA for d8cf4fd
intro/create_a_command_line_parse/using_fire.py
@@ -1,3 +1,7 @@
1
#!/usr/bin/env python3
2
3
import fire
4
+
5
6
+def greet(greeting='hey', name='abe'):
7
+ print(f"{greeting} {name}")
0 commit comments