Fork me on GitHub
#lumo
<
2017-12-23
>
clj.max19:12:11

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?

clj.max19:12:57

cljs.core/*command-line-args* is what I'm using

clj.max19:12:29

and I'm getting nil, not an empty list, sry got it confused

clj.max19:12:15

It doesn't give me a compiler error though so it feels like the right variable name?

clj.max19:12:15

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

clj.max19:12:17

Such confuse

clj.max19:12:09

I'm using lumo 1.7

fmnoise20:12:06

hi all, can you please point me to lumo project bootstrap tutorial?

richiardiandrea21:12:24

@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...