Jan Nieuwenhuizen writes: > ...looked into this briefly but this would mean adding some option to > evaluate.scm, something like > > ;; Without further ado... > (match (command-line) > - ((command file) > + ((command file cuirass? ...)) > ... > - (match ((module-ref %user-module 'hydra-jobs) store '()) > + (match ((module-ref %user-module > + (if (equal? cuirass? "cuirass") cuirass-jobs 'hydra-jobs) > ? store '()) Hmm, that could work---actual working prototype attached :-) janneke