Roxen.git/
server/
start
Branch:
Tag:
Non-build tags
All tags
No tags
2022-08-16
2022-08-16 12:18:35 by Henrik Grubbström (Grubba) <grubba@grubba.org>
ae395c9160bef72d52d96dee788c4ed5affb2f91 (
11
lines) (+
11
/-
0
)
[
Show
|
Annotate
]
Branch:
426de49da230b27113a6ce45809773403b957aca
Loader: Add start option --package.
390:
once=2 debug=0 ;;
+
--package)
+
pass="$pass --package=$2"
+
shift
+
;;
+
--package=*)
+
pass="$pass $1"
+
;;
'--program') program="$2" once=2
557:
.B--valgrind[=valgrind args]B.: Run the server in valgrind. Implies .B--onceB..
+
.B--package=DIRB.: Add optional package to the Roxen
+
search path.
+
.B--programB.: Start a different program with the Roxen Pike. As an example, .B./start --program bin/install.pikeB. will