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
Accelerator
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
Type
/
to 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 }}
jakolehm
/
clamp
Public
forked from
mdub/clamp
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
clamp
spec
on
v1.2.0
User selector
All users
All time
Commit history
Commits on Jan 20, 2018
Merge branch 'master' into allow_interspersed_options_and_params
mdub
committed
ac6e7f2
View commit details
Copy full SHA for ac6e7f2
View code at this point
Browse repository at this point
Commits on Dec 7, 2017
raise an error when a required, multivalued option is left blank
Show description for afacbb1
evgeni
committed
afacbb1
View commit details
Copy full SHA for afacbb1
View code at this point
Browse repository at this point
Commits on Oct 30, 2017
Remove redundant test.
mdub
committed
1f277ee
View commit details
Copy full SHA for 1f277ee
View code at this point
Browse repository at this point
Don't allow positional arguments to float past subcommand.
mdub
committed
c7fa771
View commit details
Copy full SHA for c7fa771
View code at this point
Browse repository at this point
Extract a new test for "allow_options_after_parameters".
mdub
committed
5f857d5
View commit details
Copy full SHA for 5f857d5
View code at this point
Browse repository at this point
Commits on Oct 12, 2017
Add support for "Clamp.allow_options_after_parameters".
Show description for 0efc3b3
mdub
committed
0efc3b3
View commit details
Copy full SHA for 0efc3b3
View code at this point
Browse repository at this point
Commits on Feb 12, 2017
Include parameter names in invocation_path for subcommands.
Show description for 110374e
mdub
committed
110374e
View commit details
Copy full SHA for 110374e
View code at this point
Browse repository at this point
Commits on Oct 16, 2016
Lint.
mdub
committed
5e65541
View commit details
Copy full SHA for 5e65541
View code at this point
Browse repository at this point
Inherit all inheritable parameters.
Show description for 8038c06
mdub
committed
8038c06
View commit details
Copy full SHA for 8038c06
View code at this point
Browse repository at this point
Commits on Oct 10, 2016
Merge pull request #65 from kke/feature/subcommand_missing
Show description for 8596b60
mdub
authored
8596b60
View commit details
Copy full SHA for 8596b60
View code at this point
Browse repository at this point
Expect a class from subcommand_missing
Kimmo Lehto
committed
895b4e3
View commit details
Copy full SHA for 895b4e3
View code at this point
Browse repository at this point
Added test for subcommand_missing return value
Kimmo Lehto
committed
7cd35c6
View commit details
Copy full SHA for 7cd35c6
View code at this point
Browse repository at this point
Added test for subcommand_missing
Kimmo Lehto
committed
5cef313
View commit details
Copy full SHA for 5cef313
View code at this point
Browse repository at this point
Commits on Oct 9, 2016
Demonstrate bug.
mdub
committed
c15ef93
View commit details
Copy full SHA for c15ef93
View code at this point
Browse repository at this point
Quieten more cops.
mdub
committed
9027193
View commit details
Copy full SHA for 9027193
View code at this point
Browse repository at this point
"rubocop -a"
mdub
committed
e46c3c6
View commit details
Copy full SHA for e46c3c6
View code at this point
Browse repository at this point
Commits on May 29, 2015
Tests for Clamp::Messages
Tomas Strachota
committed
eb9054a
View commit details
Copy full SHA for eb9054a
View code at this point
Browse repository at this point
Commits on May 18, 2015
Merge pull request #52 from jordansissel/feature/option-hidden
Show description for d1425d5
mdub
committed
d1425d5
View commit details
Copy full SHA for d1425d5
View code at this point
Browse repository at this point
Commits on May 2, 2015
Add Clamp::Command.find_subcommand_class.
mdub
committed
6f08018
View commit details
Copy full SHA for 6f08018
View code at this point
Browse repository at this point
Commits on Feb 16, 2015
Tests: convert 'describe' to 'context', where appropriate.
mdub
committed
7ddada9
View commit details
Copy full SHA for 7ddada9
View code at this point
Browse repository at this point
Refactor tests for environment variables.
mdub
committed
9a01d9d
View commit details
Copy full SHA for 9a01d9d
View code at this point
Browse repository at this point
Fix old RSpec assertion that snuck in.
mdub
committed
e0a1c41
View commit details
Copy full SHA for e0a1c41
View code at this point
Browse repository at this point
Add '#signal_error' method.
mdub
committed
5f20b1a
View commit details
Copy full SHA for 5f20b1a
View code at this point
Browse repository at this point
Commits on Feb 15, 2015
Ensure that the default-value is only calculated once.
Show description for 36d83d0
mdub
committed
36d83d0
View commit details
Copy full SHA for 36d83d0
View code at this point
Browse repository at this point
Commits on Feb 6, 2015
Add support for hidden options
Show description for d453fad
jordansissel
committed
d453fad
View commit details
Copy full SHA for d453fad
View code at this point
Browse repository at this point
Commits on Jan 29, 2015
Adopt new RSpec expectation syntax.
mdub
committed
edfb8db
View commit details
Copy full SHA for edfb8db
View code at this point
Browse repository at this point
Commits on Jan 22, 2015
Fixed specs to match changes in the latest RSpec
Tomas Strachota
committed
abf2c48
View commit details
Copy full SHA for abf2c48
View code at this point
Browse repository at this point
Commits on Jun 4, 2013
Refactoring around multi-valued attributes.
mdub
committed
a045c03
View commit details
Copy full SHA for a045c03
View code at this point
Browse repository at this point
Add setter for :multivalued options.
Show description for 88894dd
mdub
committed
88894dd
View commit details
Copy full SHA for 88894dd
View code at this point
Browse repository at this point
Commits on May 7, 2013
Signal a usage error when an environment variable fails validation.
mdub
committed
e4b62b9
View commit details
Copy full SHA for e4b62b9
View code at this point
Browse repository at this point
Commits on Apr 28, 2013
Error if default_subcommand is declared after subcommands.
mdub
committed
17d1bfd
View commit details
Copy full SHA for 17d1bfd
View code at this point
Browse repository at this point
Move handling of "truthy" for flags into writer-method.
mdub
committed
df06d79
View commit details
Copy full SHA for df06d79
View code at this point
Browse repository at this point
Refactor: rename Clamp::{Option,Parameter,Subcommand}.
Show description for 9e55ef4
mdub
committed
9e55ef4
View commit details
Copy full SHA for 9e55ef4
View code at this point
Browse repository at this point
Commits on Apr 26, 2013
Add support for multi-valued options.
mdub
committed
c53543a
View commit details
Copy full SHA for c53543a
View code at this point
Browse repository at this point
Commits on Apr 23, 2013
Pass values of parameters before the subcommand down to subcommand.
mdub
committed
0a00a09
View commit details
Copy full SHA for 0a00a09
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.