Module: Bun::Messages
- Defined in:
- lib/bun/messages.rb
Constant Summary collapse
- USAGE =
"\nBun\n\nBundler's little helper. A missing CLI tool to install and remove gems from Gemfile with ease.\n\nUsage: bun <COMMAND> [GEMS] [OPTIONS] \n\nCommands: \n\n install - adds gems to Gemfile, alias: i\n uninstall - removes gems from Gemfile, alias: rm, d\n\nExample:\n\n bun install rspec --test\n\nOptions:\n\n".gsub /^( +)(\w+| -)/, '\2'