mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
nix-on-droid: passthrough --log-format arg
This commit is contained in:
parent
1c306c07b3
commit
8e0b8df6e2
1 changed files with 2 additions and 1 deletions
|
|
@ -69,6 +69,7 @@ function doHelp() {
|
||||||
echo " --max-jobs NUM"
|
echo " --max-jobs NUM"
|
||||||
echo " --option NAME VALUE"
|
echo " --option NAME VALUE"
|
||||||
echo " --override-input INPUT URL"
|
echo " --override-input INPUT URL"
|
||||||
|
echo " --log-format"
|
||||||
echo " --show-trace"
|
echo " --show-trace"
|
||||||
echo
|
echo
|
||||||
echo "Commands"
|
echo "Commands"
|
||||||
|
|
@ -167,7 +168,7 @@ while [[ $# -gt 0 ]]; do
|
||||||
PASSTHROUGH_OPTS+=("$opt" "$1" "$2")
|
PASSTHROUGH_OPTS+=("$opt" "$1" "$2")
|
||||||
shift 2
|
shift 2
|
||||||
;;
|
;;
|
||||||
--builders|--cores|--max-jobs)
|
--builders|--cores|--max-jobs|--log-format)
|
||||||
PASSTHROUGH_OPTS+=("$opt" "$1")
|
PASSTHROUGH_OPTS+=("$opt" "$1")
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue