initialize -> init

This commit is contained in:
Ftps
2024-01-21 00:52:51 +09:00
parent 0e1dba301e
commit 1eb3a0d4f6
2 changed files with 3 additions and 3 deletions

View File

@@ -10,5 +10,5 @@ import click
@click.command()
def initialize():
def init():
pass