synrc / mad

⚡ MAD: Managing Application Dependencies LING/UNIX
https://mad.n2o.dev
Other
173 stars 53 forks source link

Implement stop command #89

Closed xafizoff closed 5 years ago

xafizoff commented 5 years ago

Currently, we have this:

$ mad stop
ERROR
Not Implemented.

It would be nice to have such functionality.

proger commented 5 years ago

See https://mad.n2o.space/#stop

xafizoff commented 5 years ago

stop == attach?

5HT commented 5 years ago

stop:

$ mad stop
echo 'init:stop().' | to_erl .
OK

attach:

$ mad attach
to_erl .
OK