Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today. Learn more →
Command Line Parser Alternatives
Similar projects and alternatives to Command Line Parser
-
CommandLineUtils
Command line parsing and utilities for .NET
-
Fluent Command Line Parser
A simple, strongly typed .NET C# command line parser library using a fluent easy to use interface
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
spectre.console
A .NET library that makes it easier to create beautiful console applications.
-
Power Args
The ultimate .NET Standard command line argument parser
-
-
-
Console Framework
Cross-platform toolkit for easy development of TUI applications.
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
command-line-api
Command line parsing, invocation, and rendering of terminal output.
-
-
ReadLine
A Pure C# GNU-Readline like library for .NET/.NET Core (by tonerdo)
-
Json.NET
Json.NET is a popular high-performance JSON framework for .NET
-
-
-
ASP.NET Core
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
-
Dapper
Dapper - a simple object mapper for .Net [Moved to: https://github.com/DapperLib/Dapper] (by StackExchange)
-
FluidFramework
Library for building distributed, real-time collaborative web applications
-
Scrutor
Assembly scanning and decoration extensions for Microsoft.Extensions.DependencyInjection
-
-
Cocona
Micro-framework for .NET console application. Cocona makes it easy and fast to build console applications on .NET.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Command Line Parser reviews and mentions
- Is it possible to pass variables from PHP to a C# console app?
- How to generate a CLI interface for CRUD operations?
-
Made this a while ago and forgot to share it here -- ArgSharp, a simple and capable CLI argument parser
seems very similar to command line parser, btw good job
-
Developing and installing your own CLI with dotnet tool and CliFx NuGet package
This lib looks way better than the seemingly most popular one: https://github.com/commandlineparser/commandline Which is just a nightmare with terrible docs
- What's your favorite command line arg parser?
-
Reverse Engineering Keyboard Driver: Part 2 (Decompiling .NET applications)
CommandLineParser
-
Glazed Donut: Release 0.1
Lastly, thanks to this awesome open source project, I didn't have to worry too much about implementing the command line parser😁
-
Next level console apps with Spectre.Console
Besides the ability to easily handle input arguments (much like the CommandLineParser library I've used before), it also provides support to render complex elements in the command line, like tables, trees or progress bars, as well as ways to prompt the user for information, be it in text form or selecting an option.
- C# equivalent to Pythons cmd module?
-
My first real open source program! Hashr! It hashes files and text!
Capitalization aside, try using CommandLineParser? Since you have multiple algorithm to call which all share the same base abstract class, you might want to create a Dictionary where the key is the algorithm name, so you can call the appropriate algorithm depending on user input without repeating yourself.
-
A note from our sponsor - SonarLint
www.sonarlint.org | 2 Feb 2023
Stats
commandlineparser/commandline is an open source project licensed under MIT License which is an OSI approved license.
Popular Comparisons
- Command Line Parser VS Fluent Command Line Parser
- Command Line Parser VS CommandLineUtils
- Command Line Parser VS Power Args
- Command Line Parser VS spectre.console
- Command Line Parser VS Gui.cs
- Command Line Parser VS clipr
- Command Line Parser VS Console Framework
- Command Line Parser VS ReadLine
- Command Line Parser VS CliWrap
- Command Line Parser VS CliFx