mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-26 17:54:32 +00:00
ref #524 "fix documentation"
This commit is contained in:
parent
3cb7ee820a
commit
c3a0ab67d3
@ -244,7 +244,6 @@ void DeployCore::help() {
|
||||
{"-runScript [list,parems]", "forces cqtdeployer swap default run script to new from the arguments of option."
|
||||
" This option copy all content from input file and insert all code into runScript.sh or .bat"
|
||||
" Example of use: cqtdeployer -runScript \"myTargetMame;path/to/my/myCustomLaunchScript.sh,myTargetSecondMame;path/to/my/mySecondCustomLaunchScript.sh\""},
|
||||
{"-tr [list,params]", "Adds qm files into the translations folder."},
|
||||
{"-verbose [0-3]", "Shows debug log"},
|
||||
|
||||
}
|
||||
@ -270,6 +269,8 @@ void DeployCore::help() {
|
||||
{"-homePage [package;val,val]", "Sets the home page url for a package"},
|
||||
{"-prefix [package;val,val]", "Sets the prefix for the package relatively a target directory "},
|
||||
{"-extraData [package;val,val]", "Adds the extra files or directories like a target. The selected directory will be copy to the extraDataOut location with save own structure."},
|
||||
{"-tr [package;val,val]", "Adds qm files into the translations folder."},
|
||||
|
||||
|
||||
}
|
||||
},
|
||||
|
@ -81,7 +81,6 @@ cqtdeployer -option1 value1 -option2 list, of, values flag1 flag2 flag3
|
||||
| -recursiveDepth [params] | Sets the Depth of recursive search of libs and ignoreEnv (default 0) |
|
||||
| -targetDir [params] | Sets target directory(by default it is the path to the first deployable file)|
|
||||
| -runScript [list,parems] | forces cqtdeployer swap default run script to new from the arguments of option. This option copy all content from input file and insert all code into runScript.sh or .bat. Example of use: cqtdeployer -runScript "myTargetMame;path/to/my/myCustomLaunchScript.sh,myTargetSecondMame;path/to/my/mySecondCustomLaunchScript.sh"|
|
||||
| -tr [list,parems] | Adds qm files into the translations folder. |
|
||||
| -verbose [0-3] | Shows debug log |
|
||||
|
||||
### Controll of packages options
|
||||
@ -105,6 +104,7 @@ cqtdeployer -option1 value1 -option2 list, of, values flag1 flag2 flag3
|
||||
| -homePage [package;val,val] | Sets the homepage url for a package |
|
||||
| -prefix [package;val,val] | Sets the prefix for the package relatively a target directory |
|
||||
| -extraData [package;val,val]| Adds the extra files or directories like a target. The selected directory will be copy to the extraDataOut location with save own structure.|
|
||||
| -tr [package;val,val] | Adds qm files into the translations folder. |
|
||||
|
||||
|
||||
### Plugins Controll Options
|
||||
|
@ -75,7 +75,6 @@ cqtdeployer -option1 value1 -option2 list,of,values flag1 flag2 flag3
|
||||
| -recursiveDepth [params] | Устанавливает глубину поиска библиотек и глубину игнорирования окружения для ignoreEnv (по умолчанию 0) |
|
||||
| -targetDir [params] | Устанавливает целевой каталог (по умолчанию это путь к первому развертываемому файлу)|
|
||||
| -runScript [list,parems] | заставляет cqtdeployer заменить сценарий запуска по умолчанию на новый из аргументов параметра. Эта опция копирует все содержимое из входного файла и вставляет весь код в runScript.sh или .bat. Пример использования: cqtdeployer -runScript "myTargetMame;path/to/my/myCustomLaunchScript.sh,myTargetSecondMame;path/to/my/mySecondCustomLaunchScript.sh"|
|
||||
| -tr [list,parems] | Добавляет qm файлы в папку переводов. |
|
||||
| -verbose [0-3] | Показывает дебаг лога |
|
||||
|
||||
### Параметры управлениями пакетами:
|
||||
@ -99,6 +98,7 @@ cqtdeployer -option1 value1 -option2 list,of,values flag1 flag2 flag3
|
||||
| -homePage [package;val,val] | Установит URL-адрес домашней страницы для пакета |
|
||||
| -prefix [package;val,val] | Устанавливает префикс для пакета относительно целевого каталога |
|
||||
| -extraData [package;val,val]| Добавляет дополнительные файлы или каталоги как цель. Выбранный каталог будет скопирован в расположение extraDataOut с сохранением собственной структуры.|
|
||||
| -tr [package;val,val] | Добавляет qm файлы в папку переводов. |
|
||||
|
||||
### Параметры управления плагинами:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user