extends the preload command line option to accept multiple files
$ lurk repl --help
Enters Lurk's REPL environment ("repl" can be elided)
Usage: lurk repl [OPTIONS]
Options:
--preload <PRELOAD>... Space separated list of files to load before entering the REPL
-h, --help Print help
addresses #340
files are loaded in sequence without repeats e.g. the following loads file1 then file2 then file3
extends the
preload
command line option to accept multiple filesfile1
thenfile2
thenfile3