Skip to content

refactor so optional args not just for :arg "bool"#319

Merged
swannodette merged 2 commits into
masterfrom
refactor-cli
May 29, 2026
Merged

refactor so optional args not just for :arg "bool"#319
swannodette merged 2 commits into
masterfrom
refactor-cli

Conversation

@swannodette
Copy link
Copy Markdown
Member

  • keep it backwards compatible
  • support flags with :optional-arg? and :default
  • needed to handle presence of [nil] in the flags get-flags-set :all couldn't used properly w/o handling this case new private add-index avoid this
  • add some useful supporting helpers

- keep it backwards compatible
- support flags with `:optional-arg?` and `:default`
- needed to handle presence of [nil] in the flags
  get-flags-set :all couldn't used properly w/o handling this case
  new private `add-index` avoid this
- add some useful supporting helpers
@swannodette swannodette merged commit 2513e1e into master May 29, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant