PATH: //opt/alt/ruby27/share/gems/gems/bundler-2.2.24/lib/bundler/man
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 bundle-add.1
↓
X
📄 bundle-add.1.ronn
↓
X
📄 bundle-binstubs.1
↓
X
📄 bundle-binstubs.1.ronn
↓
X
📄 bundle-cache.1
↓
X
📄 bundle-cache.1.ronn
↓
X
📄 bundle-check.1
↓
X
📄 bundle-check.1.ronn
↓
X
📄 bundle-clean.1
↓
X
📄 bundle-clean.1.ronn
↓
X
📄 bundle-config.1
↓
X
📄 bundle-config.1.ronn
↓
X
📄 bundle-doctor.1
↓
X
📄 bundle-doctor.1.ronn
↓
X
📄 bundle-exec.1
↓
X
📄 bundle-exec.1.ronn
↓
X
📄 bundle-gem.1
↓
X
📄 bundle-gem.1.ronn
↓
X
📄 bundle-info.1
↓
X
📄 bundle-info.1.ronn
↓
X
📄 bundle-init.1
↓
X
📄 bundle-init.1.ronn
↓
X
📄 bundle-inject.1
↓
X
📄 bundle-inject.1.ronn
↓
X
📄 bundle-install.1
↓
X
📄 bundle-install.1.ronn
↓
X
📄 bundle-list.1
↓
X
📄 bundle-list.1.ronn
↓
X
📄 bundle-lock.1
↓
X
📄 bundle-lock.1.ronn
↓
X
📄 bundle-open.1
↓
X
📄 bundle-open.1.ronn
↓
X
📄 bundle-outdated.1
↓
X
📄 bundle-outdated.1.ronn
↓
X
📄 bundle-platform.1
↓
X
📄 bundle-platform.1.ronn
↓
X
📄 bundle-pristine.1
↓
X
📄 bundle-pristine.1.ronn
↓
X
📄 bundle-remove.1
↓
X
📄 bundle-remove.1.ronn
↓
X
📄 bundle-show.1
↓
X
📄 bundle-show.1.ronn
↓
X
📄 bundle-update.1
↓
X
📄 bundle-update.1.ronn
↓
X
📄 bundle-viz.1
↓
X
📄 bundle-viz.1.ronn
↓
X
📄 bundle.1
↓
X
📄 bundle.1.ronn
↓
X
📄 gemfile.5
↓
X
📄 gemfile.5.ronn
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: bundle-binstubs.1.ronn
bundle-binstubs(1) -- Install the binstubs of the listed gems ============================================================= ## SYNOPSIS `bundle binstubs` <GEM_NAME> [--force] [--path PATH] [--standalone] ## DESCRIPTION Binstubs are scripts that wrap around executables. Bundler creates a small Ruby file (a binstub) that loads Bundler, runs the command, and puts it into `bin/`. Binstubs are a shortcut-or alternative- to always using `bundle exec`. This gives you a file that can be run directly, and one that will always run the correct gem version used by the application. For example, if you run `bundle binstubs rspec-core`, Bundler will create the file `bin/rspec`. That file will contain enough code to load Bundler, tell it to load the bundled gems, and then run rspec. This command generates binstubs for executables in `GEM_NAME`. Binstubs are put into `bin`, or the `--path` directory if one has been set. Calling binstubs with [GEM [GEM]] will create binstubs for all given gems. ## OPTIONS * `--force`: Overwrite existing binstubs if they exist. * `--path`: The location to install the specified binstubs to. This defaults to `bin`. * `--standalone`: Makes binstubs that can work without depending on Rubygems or Bundler at runtime. * `--shebang`: Specify a different shebang executable name than the default (default 'ruby') * `--all`: Create binstubs for all gems in the bundle.
SIMPAN PERUBAHAN