mirror of
https://github.com/opdavies/build-configs.git
synced 2025-02-08 16:15:03 +00:00
Allow for arguments to generate
This commit is contained in:
parent
5f62b02d14
commit
226d6ad990
|
@ -16,7 +16,7 @@ function generate {
|
||||||
args=(--server --watch)
|
args=(--server --watch)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sculpin generate "${args[@]}"
|
sculpin generate "${args[@]}" "${@}"
|
||||||
}
|
}
|
||||||
|
|
||||||
function help {
|
function help {
|
||||||
|
|
Loading…
Reference in a new issue