mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-06 11:25:33 +01:00
Allow for arguments to generate
This commit is contained in:
parent
5f62b02d14
commit
226d6ad990
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue