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 }}
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
Parser.cs
on
develop
User selector
All users
All time
Commit history
Commits on Aug 25, 2020
Revert "Address review comments"
Show description for 34ab560
moh-hassan
committed
34ab560
View commit details
Copy full SHA for 34ab560
View code at this point
Browse repository at this point
Commits on Aug 21, 2020
Address review comments
Show description for b7102d8
rmunn
committed
b7102d8
View commit details
Copy full SHA for b7102d8
View code at this point
Browse repository at this point
Commits on Aug 19, 2020
Add GetoptMode parser setting and implementation
Show description for 570d7b7
rmunn
committed
570d7b7
View commit details
Copy full SHA for 570d7b7
View code at this point
Browse repository at this point
Commits on Aug 17, 2020
Add multi-instance option support (#678)
Show description for 690136e
rmunn
authored
690136e
View commit details
Copy full SHA for 690136e
View code at this point
Browse repository at this point
Commits on Aug 3, 2020
Revert "Merge branch 'rmunn-feature/multi-instance-args' by @tydunkel, @rmunn into develop"
Show description for 3a2c435
moh-hassan
committed
3a2c435
View commit details
Copy full SHA for 3a2c435
View code at this point
Browse repository at this point
Commits on Mar 13, 2020
Add multi-instance option support
tydunkel
authored and
rmunn
committed
78171b0
View commit details
Copy full SHA for 78171b0
View code at this point
Browse repository at this point
Commits on Mar 11, 2020
Remove constraint on T for ParseArguments with factory (#590)
Show description for 00ae0f2
pergardebrink
authored and
moh-hassan
committed
00ae0f2
View commit details
Copy full SHA for 00ae0f2
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 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 Jan 25, 2018
properly handle CaseInsensitiveEnumValues flag.
niklas-karl-p3
committed
20626b9
View commit details
Copy full SHA for 20626b9
View code at this point
Browse repository at this point
Commits on Oct 22, 2017
Typos in comments and demo text. Ignore everything under .vs
Dmitri Davydok
committed
8184b7a
View commit details
Copy full SHA for 8184b7a
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 Feb 11, 2016
renamed CaseInsensitiveValues to CaseInsensitiveEnumValues
regme
committed
afd1d5a
View commit details
Copy full SHA for afd1d5a
View code at this point
Browse repository at this point
Commits on Feb 9, 2016
add CaseInsensitiveValues param to ParserSettings
Show description for 817c42e
regme
committed
817c42e
View commit details
Copy full SHA for 817c42e
View code at this point
Browse repository at this point
Commits on Aug 21, 2015
Moved HandleUnknownArguments down one method
gsscoder
committed
79e03e0
View commit details
Copy full SHA for 79e03e0
View code at this point
Browse repository at this point
Refactoring MakeParserResult as non-HOF
gsscoder
committed
eeb6740
View commit details
Copy full SHA for eeb6740
View code at this point
Browse repository at this point
Commits on Aug 15, 2015
Adding ConfigureTokenizer to centralize Tokenizer config
gsscoder
committed
95bf1ae
View commit details
Copy full SHA for 95bf1ae
View code at this point
Browse repository at this point
Commits on Aug 10, 2015
Renaming unused lambda param name
gsscoder
committed
2e36217
View commit details
Copy full SHA for 2e36217
View code at this point
Browse repository at this point
Code formatting
gsscoder
committed
9a6149e
View commit details
Copy full SHA for 9a6149e
View code at this point
Browse repository at this point
Refactoring private method DispalyHelp<T>()
gsscoder
committed
2cc2ea0
View commit details
Copy full SHA for 2cc2ea0
View code at this point
Browse repository at this point
Commits on Aug 5, 2015
Merge branch 'master' of https://github.com/gsscoder/commandline into short-options
Show description for 2f76708
Thilas
committed
2f76708
View commit details
Copy full SHA for 2f76708
View code at this point
Browse repository at this point
Fix for Issue #218
gsscoder
committed
074e39f
View commit details
Copy full SHA for 074e39f
View code at this point
Browse repository at this point
Commits on Aug 4, 2015
Removing Tokenizer.Normalize() calls
gsscoder
committed
87dd929
View commit details
Copy full SHA for 87dd929
View code at this point
Browse repository at this point
Adding Tokenizer.Normalize to Parser class
gsscoder
committed
09f9181
View commit details
Copy full SHA for 09f9181
View code at this point
Browse repository at this point
Commits on Aug 3, 2015
Using correct Build<T>() sign in Parser
gsscoder
committed
9f05733
View commit details
Copy full SHA for 9f05733
View code at this point
Browse repository at this point
Commits on Aug 2, 2015
Chaning License.md reference in source headers
gsscoder
committed
170dcec
View commit details
Copy full SHA for 170dcec
View code at this point
Browse repository at this point
Commits on Jul 21, 2015
Parser.cs <- Result<TSucc, TMsg>
gsscoder
committed
5032264
View commit details
Copy full SHA for 5032264
View code at this point
Browse repository at this point
Commits on Jul 19, 2015
Modifying namespace reference
gsscoder
committed
7ab85eb
View commit details
Copy full SHA for 7ab85eb
View code at this point
Browse repository at this point
Commits on Jul 5, 2015
Sequence with separator didn't work in verb scenario
Thilas
committed
b8fa49f
View commit details
Copy full SHA for b8fa49f
View code at this point
Browse repository at this point
Commits on Jul 4, 2015
XML comments and renaming discr. as Tag
gsscoder
committed
5a11186
View commit details
Copy full SHA for 5a11186
View code at this point
Browse repository at this point
Defining new ParserResult<T> hierarchy
gsscoder
committed
8808338
View commit details
Copy full SHA for 8808338
View code at this point
Browse repository at this point
Commits on Jun 30, 2015
Adjustment to Parser class
gsscoder
committed
0db74dc
View commit details
Copy full SHA for 0db74dc
View code at this point
Browse repository at this point
Commits on Jun 29, 2015
Adjustments for immutable class support
gsscoder
committed
db38019
View commit details
Copy full SHA for db38019
View code at this point
Browse repository at this point
Commits on Jun 24, 2015
Added ReSharper naming convention settings in team-shared file.
Show description for 137c2fd
alexanderfast
committed
137c2fd
View commit details
Copy full SHA for 137c2fd
View code at this point
Browse repository at this point
Changed parameter types to IEnumerable where possible.
alexanderfast
committed
5cc3b95
View commit details
Copy full SHA for 5cc3b95
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.