You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parent: #61
We should implement a new command for CMA using commander called ocaml-install
We can reference init/init.re and env_check/env_check.re as examples.
The commands should take 1 mandatory argument (an opam package to install). The command should have --help implemented (See the commander js docs for this).
For this ticket it can no-op and render an empty component
The text was updated successfully, but these errors were encountered:
Parent: #61
We should implement a new command for CMA using commander called
ocaml-install
We can reference
init/init.re
andenv_check/env_check.re
as examples.The commands should take 1 mandatory argument (an opam package to install). The command should have
--help
implemented (See the commander js docs for this).For this ticket it can no-op and render an empty component
The text was updated successfully, but these errors were encountered: