Minor UX issue: I expected docker model stop to work since docker model run exists.
Should DMR print a helpful error like "docker model stop" is not a command. Did you mean "docker model unload"?, or add stop as an alias for unload?
Feel free to close this issue if conflating this with stop-runner that stops the entire runner daemon would make matters worse. It does print the help text, the user can still see unload right there.
Minor UX issue: I expected
docker model stopto work sincedocker model runexists.Should DMR print a helpful error like
"docker model stop" is not a command. Did you mean "docker model unload"?, or addstopas an alias forunload?Feel free to close this issue if conflating this with
stop-runnerthat stops the entire runner daemon would make matters worse. It does print the help text, the user can still see unload right there.