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
tests
CommandLine.Tests
Unit
ParserTests.cs
on
develop
User selector
All users
Datepicker
All time
Commit history
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
Add FlagCounter property to OptionSpecification
Show description for 3354ffb
rmunn
committed
3354ffb
View commit details
Copy full SHA for 3354ffb
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 5, 2020
Properly assign arguments after a double dash to values, rather than options.
Rob Nasby
authored and
moh-hassan
committed
b1a265c
View commit details
Copy full SHA for b1a265c
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
Revert "Merge branch 'robnasby-robnasby/double-dash-fix' of Properly assign arguments after a double dash to values (PR #610)"
Show description for c52e8fb
moh-hassan
committed
c52e8fb
View commit details
Copy full SHA for c52e8fb
View code at this point
Browse repository at this point
Commits on Jul 28, 2020
Properly assign arguments after a double dash to values, rather than options.
Rob Nasby
authored and
moh-hassan
committed
e0f68c6
View commit details
Copy full SHA for e0f68c6
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 12, 2020
fix issue #593 (#597)
moh-hassan
authored
b420f04
View commit details
Copy full SHA for b420f04
View code at this point
Browse repository at this point
Commits on Mar 11, 2020
Fix issue #409 to avoid IOException break in Debug mode in WPF app. (#589)
moh-hassan
committed
19e2c95
View commit details
Copy full SHA for 19e2c95
View code at this point
Browse repository at this point
Update helptext to show Default Verb
moh-hassan
committed
f1f4649
View commit details
Copy full SHA for f1f4649
View code at this point
Browse repository at this point
Add default verb support
Artentus
authored and
moh-hassan
committed
e826508
View commit details
Copy full SHA for e826508
View code at this point
Browse repository at this point
Using statements cleanup
gsscoder
authored and
moh-hassan
committed
ea4714b
View commit details
Copy full SHA for ea4714b
View code at this point
Browse repository at this point
Commits on Dec 31, 2019
Remove Xunit warning
moh-hassan
committed
612dbbc
View commit details
Copy full SHA for 612dbbc
View code at this point
Browse repository at this point
Commits on Jul 29, 2019
Fix issue #418, modify version screen to print a new line at the end (#443)
Show description for 07eaee2
moh-hassan
authored
07eaee2
View commit details
Copy full SHA for 07eaee2
View code at this point
Browse repository at this point
Commits on Jun 30, 2019
Merge tests from #462. Apply more consistent formatting across tests
NeilMacMullen
committed
58ae1f6
View commit details
Copy full SHA for 58ae1f6
View code at this point
Browse repository at this point
Test maintainance: add missed tests and removing xUnit1013 warning (#462)
Show description for 8579025
moh-hassan
authored
8579025
View commit details
Copy full SHA for 8579025
View code at this point
Browse repository at this point
Commits on Jun 28, 2019
Add another extra couple of tests
NeilMacMullen
committed
5a3828e
View commit details
Copy full SHA for 5a3828e
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
Commits on Jul 20, 2018
Disable faulty tests and enable testing in CI
ViktorHofer
committed
f151ae1
View commit details
Copy full SHA for f151ae1
View code at this point
Browse repository at this point
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 Apr 23, 2018
Explicitly passing MaximumDisplayWidth = 80 to tests that fail unless your Maximum Display Width is 80
Branden Conley
committed
78900d2
View commit details
Copy full SHA for 78900d2
View code at this point
Browse repository at this point
Commits on Jan 10, 2018
Update copyright in unit tests
0xced
authored and
ericnewton76
committed
6e52805
View commit details
Copy full SHA for 6e52805
View code at this point
Browse repository at this point
Commits on Jan 20, 2017
Convert method to test
Show description for 7912fdd
nemec
authored
7912fdd
View commit details
Copy full SHA for 7912fdd
View code at this point
Browse repository at this point
Commits on Jan 17, 2017
Addressed code review + remote merge
zii-dmg
committed
f2c7ab9
View commit details
Copy full SHA for f2c7ab9
View code at this point
Browse repository at this point
Commits on Jan 14, 2017
User [Value] index when parsing
Show description for 719571c
zii-dmg
committed
719571c
View commit details
Copy full SHA for 719571c
View code at this point
Browse repository at this point
Fix for no value if [Option] arg equals to [Value] arg
Show description for be80664
zii-dmg
committed
be80664
View commit details
Copy full SHA for be80664
View code at this point
Browse repository at this point
Commits on Oct 22, 2016
Allow null default values
anthonylangsworth
committed
a1a0257
View commit details
Copy full SHA for a1a0257
View code at this point
Browse repository at this point
Commits on Aug 7, 2016
Fix unit tests for new code merged before Core migration
nemec
committed
ecb9e64
View commit details
Copy full SHA for ecb9e64
View code at this point
Browse repository at this point
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 30, 2016
Make the unit tests pass on .NET Core
qmfrederik
committed
12779bf
View commit details
Copy full SHA for 12779bf
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 1, 2016
Unit tests added for parsing parameters with the same values.
b0urb4k1
committed
05e56b9
View commit details
Copy full SHA for 05e56b9
View code at this point
Browse repository at this point
Commits on Oct 9, 2015
Fix #252 short name tokenization with single dash
Show description for 5452c33
nemec
committed
5452c33
View commit details
Copy full SHA for 5452c33
View code at this point
Browse repository at this point
Commits on Sep 2, 2015
Test refactored to specifically check MutuallyExclusiveSetError
gsscoder
committed
750eff8
View commit details
Copy full SHA for 750eff8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.