I recently upgraded from an older Lumo version and command-line-args seems to have moved from ns lumo to ns cljs.core. But it seems I always get an empty list from it now - anything I'm doing wrong?
cljs.core/*command-line-args*
is what I'm using
and I'm getting nil
, not an empty list, sry got it confused
It doesn't give me a compiler error though so it feels like the right variable name?
Hm if I continue using lumo.core/*command-line-args*
it works, but gives me an error WARNING: Use of undeclared Var lumo.core/*command-line-args* at line 198
Such confuse
I'm using lumo 1.7
hi all, can you please point me to lumo project bootstrap tutorial?
@clj.max There was a bug and a change, I suggest you to use 1.8.0-beta
. The var is not in lumo anymore...