cocmd / cocmd

sharing cmd/shell knowledge is easy
https://cocmd.org
GNU General Public License v3.0
10 stars 3 forks source link

feature: missing package recovery #104

Open mzsrtgzr2 opened 11 months ago

mzsrtgzr2 commented 11 months ago

Description when running a cocmd run and the package is missing. try one time to install it with cocmd install and try to run the command again.

look in src/cmd/run.rs

Screenshot 2023-11-22 at 12 48 20

this is where it stops today and fails a script (which is ok, it's an error)

Tests create a unit test

Docs