l3nz / cli-matic

Compact, hands-free [sub]command line parsing library for Clojure.
Eclipse Public License 2.0
361 stars 29 forks source link

[Ftr] Long-running processes for CLJS #85

Open l3nz opened 4 years ago

l3nz commented 4 years ago

Is your feature request related to a problem? Please describe.

We implemented #84 but it only works for the JVM.

Describe the solution you'd like

We need similar solutions for the CLJS environment. The easiest way forward would probably just adding support for core.async.