feat(initializer): add copy-only mode

This commit is contained in:
Haoyu Xu
2021-08-09 15:22:49 -04:00
parent 99d78c1a9b
commit 44a165eee0
5 changed files with 35 additions and 47 deletions

View File

@@ -41,7 +41,7 @@ optional arguments:
-h, --help show this help message and exit
-p PORT, --port PORT Development server port (default: 8080)
-o OPERATOR_NAME, --operator OPERATOR_NAME
<Required> Operatro to develop (default: None)
<Required> Operator to develop (default: None)
-r, --rebuild Rebuild assets (default: False)
```
``` bash
@@ -56,10 +56,12 @@ optional arguments:
```
``` bash
$ python3 aklive2d.py i -h
usage: aklive2d init [-h]
usage: aklive2d init [-h] [-c OPERATOR_NAME]
optional arguments:
-h, --help show this help message and exit
-h, --help show this help message and exit
-c OPERATOR_NAME, --copy OPERATOR_NAME
YAML pre-defined Operator assets to copy (default: None)
```
### Webpage & JavaScript