https://github.com/ubiquitydotnet/commandlineparsing
Command line parsing library for command line tools
https://github.com/ubiquitydotnet/commandlineparsing
Last synced: about 2 months ago
JSON representation
Command line parsing library for command line tools
- Host: GitHub
- URL: https://github.com/ubiquitydotnet/commandlineparsing
- Owner: UbiquityDotNET
- License: mit
- Created: 2018-01-09T05:04:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-21T16:19:32.000Z (over 1 year ago)
- Last Synced: 2025-03-21T17:30:07.375Z (over 1 year ago)
- Language: C#
- Homepage: https://ubiquitydotnet.github.io/CommandLineParsing/
- Size: 682 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Governance: GOVERNANCE.md
Awesome Lists containing this project
README
# Purpose of this project
To be clear up front, this is **NOT** a production ready general purpose command line parsing library,
__nor is it intended to be one__.
This repository is intended to serve a few roles for the Ubiquity.NET set of projects:
1. Acts as a template for new projects
2. Provides an experimental playground for the Ubiquity DocFX template and general docs build infrastructure.
3. Test project for various aspects of cross targeting .NET run-times (.NET Core or desktop) including non-Windows
target run-times
While the code is functional and even has some tests it isn't maintained or released as
an actual supported project. New ideas in the way things are built including docs and versioning etc... will
appear here first before actual projects. To accomplish the goals some reasonable real code was needed. So this
old library, originally written to explore the Sprache parser, was given a new lease on life as a "test dummy"
of sorts.
# OK, But I'm looking for a commandline parser...
May we suggest [this one]( https://github.com/commandlineparser/commandline ) - it's on GitHub and MUCH more full
featured, in fact command line apps for Ubiquity.NET will use that one instead of this one, so that should tell
you something if you are considering using this.
# But I really like this library because...
OK, what the heck, it's OSS on GitHub, fork it and party on! Just be aware you are on your own for maintaining it.