Open
Conversation
1cd31c6 to
b8c50c4
Compare
b8c50c4 to
6e87681
Compare
6e87681 to
5858e99
Compare
5858e99 to
bb63f28
Compare
bb63f28 to
abbce50
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.8.1→2.22.2Release Notes
davetron5000/gli (gli)
v2.22.2Compare Source
v2.22.1: 2.22.1Compare Source
v2.22.0Compare Source
v2.21.5Compare Source
Fix link to API doc to use https. See #329 (thanks @noraj )
v2.21.4Compare Source
Added metadata to gemspec. See #308 and #328 (thanks @noraj )
v2.21.3Compare Source
:requiredand:multipleis allowed to have no value. See #327v2.21.2Compare Source
Minitestinstead of way oldMiniTestSee #325
v2.21.1Compare Source
File.exists?which was removed from Ruby 3.2 (See #316 / thanks @mattbrictson!)v2.21.0Compare Source
command_missingsee #315 courtesy @camertronv2.20.1Compare Source
github.io. See #311v2.20.0Compare Source
v2.19.2Compare Source
v2.19.1Compare Source
v2.19.0Compare Source
git add pathspec...See #290 and thanks @Bluewind !v2.18.2Compare Source
git inithas been run, but that is not always the case. See #289 and thanks @carlesjove !v2.18.1Compare Source
v2.18.0Compare Source
v2.17.2Compare Source
has_rdocsince that no longer is supported in gemspecs. see #276 (thanks @dblock)v2.17.1Compare Source
use_openstruct trueand nested commands causes an error callingto_sym. See #267 and #268v2.17.0Compare Source
--version, See #206 and thanks @specious!v2.16.1Compare Source
v2.16.0Compare Source
This is part of work on a markdown version of the generated documentation, but it's fairly hacky right now, so I'm developing it internally at my company to polish it up.
v2.15.0Compare Source
v2.14.0Compare Source
v2.13.4Compare Source
File.exists?withFile.exist?(see #229 thanks @edusantana!)v2.13.3Compare Source
v2.13.2Compare Source
sttyexists, but returns 0,0 (notably in emacs). See #223. Thanks @wconrad!v2.13.1Compare Source
Hashsyntax in hopes this can work with 1.8 (see #214, thanks @annafw!)Note that the CI build fails on 1.8 due to the tests using Faker, which requires i18n, which will not install on 1.8 any longer
v2.13.0Compare Source
listbut executemy_app li, GLI will guess that you meantlist. This can be problematic in some contexts and now can be disabled by usingautocomplete false. See #200 (thanks @ChrisArcand)v2.12.3Compare Source
[-f foo]for flags that are required (See #210 thanks @dividedmind)v2.12.2Compare Source
_doccommand..travis.yml. I don't plan to introduce 1.9 or 2.0-only code to GLI, but am not going to spend time making sure it works on 1.8.7v2.12.1Compare Source
arguments :strictrequires thatsubcommand_option_handling :normalalso be set, GLI will blow up if that's not the case (as opposed to just not working).subcommand_option_handling :normalin the new app, as was originally intended, but not ever actually done for some reason o_O.argumentsv2.12.0Compare Source
Support for "strict" argument parsing. That is, when you specify:
GLI will check if that arg was given on the command line, and generate an error if not. Note that by default, existing apps will not get this feature without adding
arguments :strictto their binfile. Newly-scaffolded apps will have this by default. Thanks @calestar (see #187)v2.11.0Compare Source
These features and fixes brought to you by the conscientious @calestar! Many thanks!
New Feature - document multiple arguments by repeated calls to
argThis doesn't enforce required v optional, but paves the way for it, and makes it easier to build up the arguments help string (see #184 and #180, and http://davetron5000.github.io/gli/rdoc/classes/GLI/DSL.html#method-i-arg)
Better help output when multiple required flags are omitted (see #177 and #182)
Getting help with
GLI_DEBUGset no longer exits nonzero (getting help withoutGLI_DEBUGset previously exited zero, so this makes the behavior of getting help more consistent. See #183 and #181. Thanks @calestar!)v2.10.0Compare Source
hide_commands_without_descwhich, if set totrue, will hide commands in the help output that have nodesc(basically exposes what the hidden_doccommand was already doing). Thanks @blackjid! See #170must_matchdocumentation, see #163v2.9.0Compare Source
gitby default to get the file list (See #159, thanks to @JesseHerrick!)Also, some documentation updates:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.