summaryrefslogtreecommitdiff
path: root/include/ruby/internal/variable.h
diff options
context:
space:
mode:
authorEdouard CHIN <chin.edouard@gmail.com>2025-04-04 00:12:10 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2025-04-22 11:27:23 +0900
commit89d1af9af3f1d1355eb5362798af87e1aa342384 (patch)
treedf7309b133ef515e83a46719c232f5a8d9ed1f5b /include/ruby/internal/variable.h
parentd4815d39b7b06c7bc4fe7e6898dcf372100b1372 (diff)
Move the doctor command into a subfolder:
- Adding a new `ssl` option to bundle doctor will make the `Doctor` command quite bloated. The "diagnose ssl" option will also have children option to allow passing which host or which tls version you want to diagnose and I feel these options don't belong in the doctor command. So my intention in this commit is to prepare to have a new `Doctor` subcommand and allow for better organisation of the code: The command will be: `bundle doctor` -> Run exactly the same as before. `bundle doctor --ssl` -> Run the doctor command and diagnose SSL with default options (rubygems.org as the host and verify peer as the verify mode) `bundle doctor ssl --host github.com` -> Run the ssl subcommand and pass a specific host. This commit just renames a file in order to avoid big diff chunks.
Diffstat (limited to 'include/ruby/internal/variable.h')
0 files changed, 0 insertions, 0 deletions