Skip to content

Commit

Permalink
[switch] Improved design of switch
Browse files Browse the repository at this point in the history
This fix #106

The new commands are:

$ opam switch -install {compiler}           //to install
$ opam switch -clone {compiler}             //to clone the packages from {compiler} to the current tree
$ opam switch -remove {compiler}            //to remove a compiler
$ opam switch -reinstall {compiler}         //to reinstall a compiler
$ opam switch {compiler}                    //to switch
$ opam switch -list                         //to list all available compilers
$ opam switch -current                      //to display the current compiler
  • Loading branch information
samoht committed Sep 7, 2012
1 parent acc01fc commit 5632a10
Show file tree
Hide file tree
Showing 6 changed files with 293 additions and 233 deletions.
Loading

0 comments on commit 5632a10

Please sign in to comment.