feat(projects): 新增Click综合案例示例代码及素材
This commit is contained in:
10
projects/click-cli/click-usage/click_command.py
Normal file
10
projects/click-cli/click-usage/click_command.py
Normal file
@@ -0,0 +1,10 @@
|
||||
import click
|
||||
|
||||
|
||||
@click.command()
|
||||
def greet():
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
greet()
|
||||
Reference in New Issue
Block a user