Capitalized examples task name, updated example requirements (#573)

This commit is contained in:
Rizwan Hasan
2022-02-14 14:18:41 +06:00
committed by GitHub
parent ba2e349d0c
commit b494232134
50 changed files with 59 additions and 57 deletions

View File

@@ -18,5 +18,5 @@ def serve(addr, port, should_serve=False):
if __name__ == "__main__":
Task.init(project_name="examples", task_name="fire multi command")
Task.init(project_name="examples", task_name="Fire multi command")
fire.Fire()