We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
init
1 parent 0ac9b77 commit 3ece104Copy full SHA for 3ece104
bin/mcps
@@ -14,7 +14,7 @@ def main():
14
""" A command line tool for MINICPS."""
15
pass
16
17
-@main.command('init', short_help="Initialize a scaffold.")
+@main.command('init', short_help="Initialize a directory with default files for MINICPS simulation.")
18
@click.option('--config', help="Configuration file for generating template.")
19
@click.option('--path', help="Path to the scaffold directory.")
20
@click.argument('name', default="myproject")
0 commit comments