Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
babashka
/
cli
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
22
Star
293
Code
Issues
0
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Fix #216: an interior hyphen is one option, not a cluster
- #222
#222
Merged
borkdude
merged 11 commits into
main
babashka/cli:main
from
fix-216
babashka/cli:fix-216
Copy head branch name to clipboard
Aug 31, 2026
Conversation
Commits
11
(11)
Checks
Files changed
Merged
Fix #216: an interior hyphen is one option, not a cluster
#222
borkdude
merged 11 commits into
main
babashka/cli:main
from
fix-216
babashka/cli:fix-216
Copy head branch name to clipboard
Commits
Commits on Aug 30, 2026
publish pushes the release commit
borkdude
committed
43d81b9
View commit details
Copy full SHA for 43d81b9
Browse repository at this point
Fix #216: an interior hyphen is one option, not a cluster
borkdude
committed
e0107c8
View commit details
Copy full SHA for e0107c8
Browse repository at this point
An interior hyphen in a cluster is an error, the letters still parse
Show description for e6cf5e0
borkdude
committed
e6cf5e0
View commit details
Copy full SHA for e6cf5e0
Browse repository at this point
A valued short option takes the rest of its token, like getopt
Show description for 3b2311e
borkdude
committed
3b2311e
View commit details
Copy full SHA for 3b2311e
Browse repository at this point
CHANGELOG for the cluster error and attached short values
borkdude
committed
7895c01
View commit details
Copy full SHA for 7895c01
Browse repository at this point
The thrown class conditionals follow the file's cljd convention
borkdude
committed
25a4d6a
View commit details
Copy full SHA for 25a4d6a
Browse repository at this point
Commits on Aug 31, 2026
CHANGELOG: show the mixed cluster with an example
borkdude
committed
0418471
View commit details
Copy full SHA for 0418471
Browse repository at this point
CHANGELOG: the value rule first, the cluster error covers the rest
borkdude
committed
5433d3d
View commit details
Copy full SHA for 5433d3d
Browse repository at this point
valued-letter? lives beside expects-bool-val? and reuses it
borkdude
committed
0b7fc33
View commit details
Copy full SHA for 0b7fc33
Browse repository at this point
Say what getopt's a: declaration is
borkdude
committed
fe8246b
View commit details
Copy full SHA for fe8246b
Browse repository at this point
Hoist the cluster length out of the scan loop
borkdude
committed
2296e4d
View commit details
Copy full SHA for 2296e4d
Browse repository at this point
You can’t perform that action at this time.