>> Attached is a patch to implement "guix install". It just copies over >> functionality from guix package. We could refactor more but I would >> start with this as it is; when things need changes is the time to >> refactor, at least for me. What do you think? :) > > I don't mind the new commands, but I think this patch is unacceptable > because of the huge code duplicating. Sorry if it was sounded rude, I
Would it be possible to implement this with stubs for “guix install” and “guix search” that serve as mere aliases to “guix package -i” and “guix package -s”? I think it would be nice to have these commands as long as they are just aliases and don’t duplicate code. ~~ Ricardo
