Skip to content

Instantly share code, notes, and snippets.

@dbieber
Created February 15, 2021 00:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbieber/ab8ed63ebbd7afad3c1f19c70028ae31 to your computer and use it in GitHub Desktop.
Save dbieber/ab8ed63ebbd7afad3c1f19c70028ae31 to your computer and use it in GitHub Desktop.
A simple Python Fire CLI using a shebang line
#!/usr/bin/env -S python3 -m fire
def hello(name):
return f'Hello {name}!'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment