[WIP] Initial commit for qsgen3
This commit is contained in:
11
docs/zsdoc/data/functions/qsgen2/_run_engine
Normal file
11
docs/zsdoc/data/functions/qsgen2/_run_engine
Normal file
@ -0,0 +1,11 @@
|
||||
local debug=false
|
||||
|
||||
if [[ ${config[project_generator]} == "native" ]]; then
|
||||
${engine} ${1}
|
||||
elif [[ ${config[project_generator]} == "markdown" ]]; then
|
||||
echo "${1} | ${engine} ${engine_opts}"
|
||||
else
|
||||
_msg debug "ERROR running engine: ${engine}!"
|
||||
_msg info "Usage: _run_engine <input>"
|
||||
exit
|
||||
fi
|
Reference in New Issue
Block a user