Guest User

Untitled

a guest
Jul 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. ▸ nanoc-select -h
  2. usage: ./bin/nanoc-select version
  3.  
  4. Since nanoc 3.x is not backwards compatible with nanoc 2.x, it can be useful
  5. to have multiple versions of nanoc installed simultaneously. In order to avoid
  6. having to type `nanoc2` or `nanoc3`, the `nanoc-select` tool can be used to
  7. make `nanoc` invoke either `nanoc2` or `nanoc3. In addition to this,
  8. `nanoc-select` will alias the `Nanoc2` or `Nanoc3` namespaces as `Nanoc`.
  9.  
  10. Options:
  11.  
  12. -h --help show this help and exit
  13. -v --version show version information and exit
  14. -l --list list available versions and exit
  15.  
  16. ▸ nanoc-select 3
  17. Switched to nanoc version 3.
  18.  
  19. ▸ nanoc --version
  20. nanoc 3.0.5 (c) 2007-2009 Denis Defreyne.
  21. Ruby 1.9.1 (2009-07-16) running on i386-darwin10.0.0
  22.  
  23. ▸ nanoc-select 2
  24. Switched to nanoc version 2.
  25.  
  26. ▸ nanoc --version
  27. Could not execute nanoc2, which is your selected nanoc version. Make sure that nanoc2 is installed and that it is in your $PATH.
  28.  
  29. * To install nanoc2, run `gem install nanoc2`.
  30. * To select a different version of nanoc, run `nanoc-select`.
  31.  
  32. ▸ nanoc-select 9001
  33. There is no nanoc version 9001!
  34.  
  35. Available nanoc versions:
  36.  
  37. 2 -- nanoc 2.x
  38. 3 -- nanoc 3.x
  39.  
Add Comment
Please, Sign In to add comment