mirror of
https://github.com/opdavies/build-configs.git
synced 2025-02-02 05:47:32 +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)
|
||||
fi
|
||||
|
||||
sculpin generate "${args[@]}"
|
||||
sculpin generate "${args[@]}" "${@}"
|
||||
}
|
||||
|
||||
function help {
|
||||
|
|
Loading…
Reference in a new issue