We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8cf4fd commit 9b4a19fCopy full SHA for 9b4a19f
intro/create_a_command_line_parse/using_fire.py
@@ -5,3 +5,7 @@
5
6
def greet(greeting='hey', name='abe'):
7
print(f"{greeting} {name}")
8
+
9
10
+if __name__ == '__main__':
11
+ fire.Fire(greet)
0 commit comments