Added modification to console.py for show console.py command how paramecio
This commit is contained in:
parent
95f7beed17
commit
63f8900fc7
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ from urllib.parse import urlparse
|
|||
|
||||
def start():
|
||||
|
||||
parser=argparse.ArgumentParser(description='A tool for create new paramecio sites')
|
||||
parser=argparse.ArgumentParser(prog='paramecio', description='A tool for create new paramecio sites')
|
||||
|
||||
parser.add_argument('--path', help='The path where the paramecio site is located', required=True)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue