Added set-version logic && Fixed CustomScriptService to handle arguments

This commit is contained in:
2022-05-25 16:43:28 +02:00
parent 539ed13be4
commit a66ce96dbf
10 changed files with 117 additions and 10 deletions

View File

@@ -11,7 +11,7 @@
"hello-world": "echo 'Hello World'",
"sv": "cpl set-version",
"set-version": "echo 'Set versions for all projects'; cpl run set-version; echo '';",
"set-version": "echo 'Set versions for all projects'; cpl run set-version $ARGS; echo '';",
"docs-build": "echo 'Build Documentation'; cd docs/; sphinx-apidoc -o source/ ../src/cpl_core; sphinx-apidoc -o source/ ../src/cpl_query; make clean; make html; rm source/cpl_query.tests.rst;",
"db": "cpl build-docs",