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 }}
JavaScriptDude
/
commandline
Public
forked from
commandlineparser/commandline
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
commandline
src
CommandLine
Text
on
fix/issue-389
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 9, 2019
Merge branch 'develop' into ViktorHofer-netstandard20
ericnewton76
committed
6cc3cbd
View commit details
Copy full SHA for 6cc3cbd
View code at this point
Browse repository at this point
Commits on Dec 18, 2018
Merge branch 'disable-auto-options' of https://github.com/Athari/CommandLineParser into Athari-disable-auto-options
ericnewton76
committed
0db898d
View commit details
Copy full SHA for 0db898d
View code at this point
Browse repository at this point
Commits on Dec 17, 2018
Merge branch 'issue197' of https://github.com/Yiabiten/commandline into Yiabiten-issue197
ericnewton76
committed
a97710f
View commit details
Copy full SHA for a97710f
View code at this point
Browse repository at this point
Commits on Oct 4, 2018
Fix #197
Yiabiten
committed
c7e1e57
View commit details
Copy full SHA for c7e1e57
View code at this point
Browse repository at this point
Commits on Aug 13, 2018
Merge branch 'develop' into ViktorHofer-netstandard20
Show description for 487aaeb
ericnewton76
committed
487aaeb
View commit details
Copy full SHA for 487aaeb
View code at this point
Browse repository at this point
Merge pull request #280 from ElijahReva/usage-fix
Show description for 77f4840
ericnewton76
authored
77f4840
View commit details
Copy full SHA for 77f4840
View code at this point
Browse repository at this point
Merge pull request #286 from e673/issue283
Show description for 3b825c3
ericnewton76
authored
3b825c3
View commit details
Copy full SHA for 3b825c3
View code at this point
Browse repository at this point
Commits on Aug 7, 2018
Merge pull request #312 from tynar/master
Show description for f99cb9e
nemec
authored
f99cb9e
View commit details
Copy full SHA for f99cb9e
View code at this point
Browse repository at this point
Commits on Aug 3, 2018
Check if assembly title ends with '.dll' then just remove '.dll' part.
tynar
committed
42db97c
View commit details
Copy full SHA for 42db97c
View code at this point
Browse repository at this point
Commits on Aug 2, 2018
add preprocessor for HeadingInfo to show correct Heading for .NET Framework it's from AssemblyInfo, for .NET Standard file without extension.
tynar
committed
044bda1
View commit details
Copy full SHA for 044bda1
View code at this point
Browse repository at this point
Commits on Jul 20, 2018
Move to NS2.0
ViktorHofer
committed
a5ba7e9
View commit details
Copy full SHA for a5ba7e9
View code at this point
Browse repository at this point
Commits on May 5, 2018
Issue #283: Add NameInfo information to SetValueExceptionError
e673
committed
b8d0352
View commit details
Copy full SHA for b8d0352
View code at this point
Browse repository at this point
Issue #283: report exceptions in property.SetValue as parsing errors
Show description for 2377f59
e673
committed
2377f59
View commit details
Copy full SHA for 2377f59
View code at this point
Browse repository at this point
Commits on Apr 25, 2018
Fix HelpText.AutoBuild Usage spacing
ElijahReva
authored and
Illia Reva
committed
53da5bb
View commit details
Copy full SHA for 53da5bb
View code at this point
Browse repository at this point
Commits on Apr 23, 2018
ParserSettings and HelpText assume that Console.WindowWidth throws for non-Windows environments, but this is not true in more recent versions of Mono (returns 0 instead). This change will cause it …
Show description for a9263c2
Branden Conley
committed
a9263c2
View commit details
Copy full SHA for a9263c2
View code at this point
Browse repository at this point
Commits on Mar 19, 2018
Added AutoHelp and AutoVersion properties to control adding of implicit 'help' and 'version' options/verbs.
Athari
committed
5dad6ed
View commit details
Copy full SHA for 5dad6ed
View code at this point
Browse repository at this point
Commits on Dec 29, 2016
Fix infinite loop in HelpText.Addline; add unit test + validation
qmfrederik
committed
95ded2d
View commit details
Copy full SHA for 95ded2d
View code at this point
Browse repository at this point
Commits on Oct 1, 2016
Remove unneeded IEquatable<HelpText>
anthonylangsworth
committed
55a3f35
View commit details
Copy full SHA for 55a3f35
View code at this point
Browse repository at this point
Working on tests
anthonylangsworth
committed
31adc9e
View commit details
Copy full SHA for 31adc9e
View code at this point
Browse repository at this point
Commits on Sep 30, 2016
Initial implementation
anthonylangsworth
committed
a7fd065
View commit details
Copy full SHA for a7fd065
View code at this point
Browse repository at this point
Commits on Aug 7, 2016
Merge branch 'dotnet-core'
nemec
committed
27ad5b1
View commit details
Copy full SHA for 27ad5b1
View code at this point
Browse repository at this point
Commits on Jun 15, 2016
Implemented Hidden Verbs, Options and Values
Show description for 4a47661
CreepyGnome
committed
4a47661
View commit details
Copy full SHA for 4a47661
View code at this point
Browse repository at this point
Commits on Jun 14, 2016
Defaults to current consoles width if available otherwise uses default. Made easier to override by bring it up to the ParserSettings class.
Show description for dbc6cc0
CreepyGnome
committed
dbc6cc0
View commit details
Copy full SHA for dbc6cc0
View code at this point
Browse repository at this point
Commits on Jun 9, 2016
Enable building on .NET Core RC2
qmfrederik
committed
cda9ebd
View commit details
Copy full SHA for cda9ebd
View code at this point
Browse repository at this point
Commits on May 25, 2016
Merge changes from upstream/master.
jeremymeng
committed
3dfd650
View commit details
Copy full SHA for 3dfd650
View code at this point
Browse repository at this point
Commits on Apr 10, 2016
Add factory method to SentenceBuilder
Show description for f734165
LozhkinAA
authored and
LozhkinAA
committed
f734165
View commit details
Copy full SHA for f734165
View code at this point
Browse repository at this point
Commits on Feb 4, 2016
Unify invoking via reflection.
jeremymeng
committed
17a072c
View commit details
Copy full SHA for 17a072c
View code at this point
Browse repository at this point
Commits on Nov 6, 2015
Remove unsightly blank lines in --help output
Show description for db76033
rmunn
committed
db76033
View commit details
Copy full SHA for db76033
View code at this point
Browse repository at this point
Commits on Oct 30, 2015
Add portable class library targeting dotnet.
jeremymeng
committed
f95050f
View commit details
Copy full SHA for f95050f
View code at this point
Browse repository at this point
Commits on Aug 27, 2015
Fixed an Option SetName bug
Show description for 9bafb66
KShanafelt
committed
9bafb66
View commit details
Copy full SHA for 9bafb66
View code at this point
Browse repository at this point
Commits on Aug 21, 2015
Used latest CSharpx.Maybe
gsscoder
committed
94db554
View commit details
Copy full SHA for 94db554
View code at this point
Browse repository at this point
Used latest CSharpx.Maybe
gsscoder
committed
381e5f8
View commit details
Copy full SHA for 381e5f8
View code at this point
Browse repository at this point
Commits on Aug 20, 2015
Updated calls Maybe.Return w/ MapMaybe
gsscoder
committed
9610205
View commit details
Copy full SHA for 9610205
View code at this point
Browse repository at this point
Updated calls FromJust w/ FromJustStrict
gsscoder
committed
1ca77fa
View commit details
Copy full SHA for 1ca77fa
View code at this point
Browse repository at this point
Commits on Aug 7, 2015
Name refactoring :triumph:
gsscoder
committed
feb1c05
View commit details
Copy full SHA for feb1c05
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.