vagrant

https://github.com/mitchellh/vagrant

Ruby

Vagrant is a tool for building and distributing development environments.

VagrantPlugins::CommandUp::StartMixins#build_start_options

This adds the standard `start` command line flags to the given
OptionParser, storing the result in the `options` dictionary.

Source | Google | Stack overflow

Edit

git clone [email protected]:mitchellh/vagrant.git

cd vagrant

open plugins/commands/up/start_mixins.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-VagrantPlugins--CommandUp--StartMixins-build_start_options-for-pr


# Commit to git

git add plugins/commands/up/start_mixins.rbgit commit -m "better docs for VagrantPlugins::CommandUp::StartMixins#build_start_options"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-VagrantPlugins--CommandUp--StartMixins-build_start_options-for-pr

hub pull-request


# Celebrate!