2013-01-02 3 views

Répondre

1

J'ai trouvé ce par essais et erreurs dans la ligne de commande:

bundle --help show 
    Usage: 
    bundle show [GEM] 

    Options: 
     [--paths=List the paths of all gems that are required by your Gemfile.] 
     [--no-color=Disable colorization in output] 
    -V, [--verbose=Enable verbose output mode] 

    Description: 
    Show lists the names and versions of all gems that are required by your Gemfile. Calling show with [GEM] will list the exact location of that gem on your machine. 

Donc, en général, le type bundle --help <command or utility name>

Questions connexes