|
|
@@ -17,7 +17,7 @@ def main(): |
|
|
|
parser.add_argument('-s', '--sitepath', action='store', default='.', help="Location of the hyde site") |
|
|
|
subcommands = parser.add_subparsers(title="Hyde commands", |
|
|
|
description="Entry points for hyde") |
|
|
|
init_command = subcommands.add_parser('init', help='Initializes a new hyde site') |
|
|
|
init_command = subcommands.add_parser('init', help='Create a new hyde site') |
|
|
|
init_command.set_defaults(run=init) |
|
|
|
init_command.add_argument('-f', '--force', action='store_true', default=False, dest='force', |
|
|
|
help='Overwrite the current site if it exists') |
|
|
|