Closed vxern closed 4 months ago
To reproduce, run gleam remove <package> using any arbitrary input, such as gleam remove doesntexist:
gleam remove <package>
gleam remove doesntexist
vxern@Dorian tatoeba % gleam remove doesntexist Removed doesntexist
Gleam version: v1.2.1
v1.2.1
Thanks
I can work on this. Should gleam remove error in such a case or just print a warning (to stderr, I assume)?
gleam remove
Return an error please
To reproduce, run
gleam remove <package>
using any arbitrary input, such asgleam remove doesntexist
:Gleam version:
v1.2.1