-
Notifications
You must be signed in to change notification settings - Fork 847
Closed
Description
This was spawned by a mailing list discussion. I'm going to summarize what I think is the conclusion of that discussion:
stack installis a misnomer, since this is just about copying an executable to a new directory- As such, we should ideally rename the command to
stack cpor similar - However, many users will expect a
stack installcommand to exist - So: we'll add a
stack cpcommand with the exact behavior ofstack installtoday, and modifystack installto (1) give a message "you probably meantstack cp" (possibly with a link to this very issue?) and then perform astack cp
If we go this route, I imagine we should do something quite similar for stack uninstall, but that's really a separate discussion.