New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

NetArgumentParser

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

NetArgumentParser

NetArgumentParser is a cross-platform, free and open source library for parsing command-line options, arguments and subcommands. It contains the main features of popular argument parsers such as argparse, as well as many of its own.

Source
nugetNuGet
Version
1.0.9
Version published
Maintainers
1
Created
Source

About

NetArgumentParser is a cross-platform, free and open source library for parsing command-line options, arguments and subcommands. This library contains the main features of popular argument parsers such as argparse, as well as many of its own.

NetArgumentParser supports many frameworks, so you can use it in most of your projects. Moreover, you can find clear examples of using this library here.

Main Features

This library supports the following main features:

  • Parse short-named options (such as -v).
  • Parse long-named options (such as --version or -version).
  • Parse windows-based options (such as /v or /version).
  • Parse compound options (such as -lah).
  • Parse nested subcommands (such as app subcommand subsubcommand).
  • Extract extra arguments.
  • Provide a lot of default option types.
  • Support custom options and converters.
  • Configure command-line help generation and output stream.
  • Generation of argument parser using attributes.

Many other features with examples you can find in documentation.

Keywords

cli

FAQs

Package last updated on 24 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts