You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 1.29.127 (2026-04-10 / c8d5d75)
## Changed
- When there are a large number of flags/subcommands, split the synopsis across
multiple lines, breaking at 120 characters
# 0.23.93 (2025-02-25 / a192123)
## Added
- Add source tracking (config provenance) for keys in the initial context
## Fixed
- Only apply flag defaults if they are not yet present in the initial context
# 0.22.87 (2025-02-09 / afd4eb0)
## Added
- `:middleware` can now be a single function, not only a sequence of functions
## Changed
- [BREAKING] When setting a `:handler` for a boolean flag (one that looks like
`--[no-]...`), the handler now receives the boolean value as a second argument
- [BREAKING] Invoke flag handlers/middleware in the order they are specified, so
that later flags can override earlier flags