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
.
ScriptRock
/
go-flags
Public
forked from
jessevdk/go-flags
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 26, 2016
Merge pull request #177 from blampe/arg-wrap
Show description for f2785f5
jessevdk
authored
f2785f5
View commit details
Copy full SHA for f2785f5
Browse repository at this point
Commits on Jun 22, 2016
Also wrap argument descriptions
blampe
committed
742a7f1
View commit details
Copy full SHA for 742a7f1
Browse repository at this point
Commits on May 28, 2016
Merge pull request #173 from blampe/man
Show description for b9b882a
jessevdk
committed
b9b882a
View commit details
Copy full SHA for b9b882a
Browse repository at this point
Commits on May 24, 2016
fix tests
blampe
committed
e808b88
View commit details
Copy full SHA for e808b88
Browse repository at this point
Commits on May 23, 2016
Show group descriptions in man page output
blampe
committed
1fdb2b8
View commit details
Copy full SHA for 1fdb2b8
Browse repository at this point
Commits on May 22, 2016
Fix various linting warnings
jessevdk
committed
b350cb1
View commit details
Copy full SHA for b350cb1
Browse repository at this point
[travis] Bump go version to 1.6
jessevdk
committed
d6c5108
View commit details
Copy full SHA for d6c5108
Browse repository at this point
[travis] Remove go get for vet
jessevdk
committed
7fb860c
View commit details
Copy full SHA for 7fb860c
Browse repository at this point
Commits on May 21, 2016
Do not parse commands after seeing a non-option non-command arg
Show description for 81d9c14
jessevdk
committed
81d9c14
View commit details
Copy full SHA for 81d9c14
Browse repository at this point
Run go fmt
jessevdk
committed
c63f5c6
View commit details
Copy full SHA for c63f5c6
Browse repository at this point
Do not complete hidden flags
Show description for 32811b8
jessevdk
committed
32811b8
View commit details
Copy full SHA for 32811b8
Browse repository at this point
Execute CommandHandler also if there is no command to run
jessevdk
committed
27714a7
View commit details
Copy full SHA for 27714a7
Browse repository at this point
Add Parser.CommandHandler to run before executing a command
Show description for 3f29506
jessevdk
committed
3f29506
View commit details
Copy full SHA for 3f29506
Browse repository at this point
Commits on Feb 27, 2016
Fix error message for invalid use of default tag
jessevdk
committed
6b9493b
View commit details
Copy full SHA for 6b9493b
Browse repository at this point
Merge pull request #161 from zyga/skip-help-2
Show description for 1f0c485
jessevdk
committed
1f0c485
View commit details
Copy full SHA for 1f0c485
Browse repository at this point
Do not allow default tag on boolean flags
Show description for 7f2ab82
jessevdk
committed
7f2ab82
View commit details
Copy full SHA for 7f2ab82
Browse repository at this point
Commits on Feb 8, 2016
Don't display description-less positional args in --help
Show description for 8b13cca
zyga
committed
8b13cca
View commit details
Copy full SHA for 8b13cca
Browse repository at this point
Commits on Feb 7, 2016
Merge pull request #158 from sqs/ini-flag-equiv
Show description for 97448c9
jessevdk
committed
97448c9
View commit details
Copy full SHA for 97448c9
Browse repository at this point
Commits on Dec 31, 2015
ini: allow specifying group opts directly on subcommands
Show description for 36760f6
sqs
committed
36760f6
View commit details
Copy full SHA for 36760f6
Browse repository at this point
Commits on Dec 22, 2015
Merge pull request #156 from sourcegraph/go16-embedded-unexported-fields
Show description for d91b7c5
jessevdk
committed
d91b7c5
View commit details
Copy full SHA for d91b7c5
Browse repository at this point
Parse unexported embedded option struct fields in Go 1.6 (consistent w/pre-Go 1.6)
Show description for 46e39c7
sqs
committed
46e39c7
View commit details
Copy full SHA for 46e39c7
Browse repository at this point
Commits on Dec 10, 2015
Merge pull request #153 from stevenwilkin/patch-1
Show description for aa34304
jessevdk
committed
aa34304
View commit details
Copy full SHA for aa34304
Browse repository at this point
Highlight code examples as Go
stevenwilkin
committed
cfa9457
View commit details
Copy full SHA for cfa9457
Browse repository at this point
Commits on Nov 15, 2015
Merge pull request #152 from cppforlife/err_check_before_subc
Show description for 0a28dbe
jessevdk
committed
0a28dbe
View commit details
Copy full SHA for 0a28dbe
Browse repository at this point
check err before using subc
cppforlife
committed
e1bd911
View commit details
Copy full SHA for e1bd911
Browse repository at this point
Commits on Oct 28, 2015
Add FindOptionByLongName and FindOptionByShortName
jessevdk
committed
fc93116
View commit details
Copy full SHA for fc93116
Browse repository at this point
Commits on Oct 18, 2015
Add doc for required rest positional arguments
jessevdk
committed
4047bd7
View commit details
Copy full SHA for 4047bd7
Browse repository at this point
Add required minimum rest arguments constraint
Show description for 64336ff
jessevdk
committed
64336ff
View commit details
Copy full SHA for 64336ff
Browse repository at this point
Do not apply defaults if option value was set from ini
Show description for 31c5fc5
jessevdk
committed
31c5fc5
View commit details
Copy full SHA for 31c5fc5
Browse repository at this point
Merge _private files
jessevdk
committed
05e133d
View commit details
Copy full SHA for 05e133d
Browse repository at this point
Clear slice and map option values before set the first time
Show description for 2497690
jessevdk
committed
2497690
View commit details
Copy full SHA for 2497690
Browse repository at this point
Add hidden tests
jessevdk
committed
2e55b6d
View commit details
Copy full SHA for 2e55b6d
Browse repository at this point
Set and respect Hidden on group
jessevdk
committed
a15da34
View commit details
Copy full SHA for a15da34
Browse repository at this point
Merge remote-tracking branch 'mvo5/master'
jessevdk
committed
59aa546
View commit details
Copy full SHA for 59aa546
Browse repository at this point
Make wrapText newline aware
jessevdk
committed
6e4f416
View commit details
Copy full SHA for 6e4f416
Browse repository at this point
Previous
Next
You can’t perform that action at this time.