#
argument
Here are 80 public repositories matching this topic...
An elegant option/argument parser for shell scripts (full support for bash and all POSIX shells)
bash
zsh
getopt
code-generator
parsing
dash
busybox
argparse
ksh
shell-scripts
argument
getopts
posix-compliant
-
Updated
Aug 26, 2021 - Shell
An high level argument parsing library for bash
shell
bash
library
getopt
tarball
command
line
completion
bash-completion
argparse
command-line-parser
argument
argsparse
hook-settings
getopts
argsparse-library
-
Updated
Jan 8, 2022 - Shell
Node arguments parser
nodejs
javascript
npm
node
args
argument-parser
arguments
npm-package
argv
argument-parsing
node-js
argument
argv-parser
-
Updated
Jan 4, 2019 - JavaScript
Yet another validation lib ;). Provides tools for general-purpose variable validation, function inputs/outputs validation as well as class fields validation. All entry points raise consistent ValidationError including all contextual details, with dynamic inheritance of ValueError/TypeError as appropriate.
python
validation
args
input
checker
validator
value
contract
check
validate
decorator
argument
valid
arg
decorate
-
Updated
Jan 29, 2021 - Python
The SysCommand is a powerful framework, cross-platform, for development of Console Application using .NET. It is simple, strongly typed and with great influences of the MVC standard (Include Razor Template). It working as an automatic command line parser where all parse tasks are left over by the framework, leaving the programmer to focus on the business rules.
console
application
parser
visual-studio
framework
mvc
system
command
line
input
property
prompt
method
action
strongly-typed
command-line-parser
syscommand
argument
simulate
-
Updated
Nov 19, 2018 - C#
Unix-like command line parsing -- prototype style converts command line to a NAMELIST group
parsing
command
command-line
fortran
fpm
argument
commandline-interface
namelist
fortran-package-manager
-
Updated
Jan 4, 2022 - Fortran
Another extensible and powerful go configuration manager, which is inspired by oslo.config, github.com/micro/go-micro/config and viper.
config
go
cli
golang
parser
parse
argument-parser
property
configuration
ini
configure
argument
config-file
cli-parser
go-config
-
Updated
Apr 9, 2022 - Go
parser
typescript
parse
args
parsing
argument-parser
arguments
argv
ts
argument-parsing
argument
arg
argv-parser
bargs
-
Updated
Jan 18, 2022 - TypeScript
An extensible go configuration manager. The default parsers can parse the CLI arguments and the simple ini file. You can implement and register your parser, and the manager engine will call the parser to parse the config. The inspiration is from [oslo.config](https://github.com/openstack/oslo.config), which is a OpenStack library for config.
config
go
cli
parse
validation
argument-parser
validator
property
configuration
validate
ini
argument
config-file
cli-parser
-
Updated
Apr 14, 2019 - Go
A lightweight and easy to use Node.JS CLI argument parser 👾
-
Updated
Apr 16, 2019 - JavaScript
A Node.js library written in TypeScript providing argument validation.
-
Updated
Apr 8, 2022 - TypeScript
Fegeya Hall, pretty & simple 🎃 theme on your commands.
-
Updated
Dec 28, 2020 - C++
Source Code for ACL 2021 paper "Exploring Discourse Structures for Argument Impact Classification"
-
Updated
Nov 12, 2021 - Jupyter Notebook
Fortran commandline-interface using a simple prototype command
-
Updated
Jan 4, 2022 - Fortran
An almost Fortran-95 version of the command line parser procedure kracken(3f)
-
Updated
Dec 22, 2021 - Fortran
A simply arguments validation library with fluent API
-
Updated
Nov 11, 2020 - C#
C++ command line argument parsing library
c-plus-plus
cpp
argument-parser
c-plus-plus-11
cpp11
argparse
option-parser
argument
arguments-parser
-
Updated
Dec 19, 2021 - C++
Atraaf is an open-source parameter manager based on environments
-
Updated
Feb 10, 2022 - Java
C++ Command Line Argument Parsing Made Easy.
-
Updated
Sep 1, 2020 - C++
Improve this page
Add a description, image, and links to the argument topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the argument topic, visit your repo's landing page and select "manage topics."
Would it be possible to remove the dependency on JetBrains.Annotations?
To avoid a dependency hell as much as possible I like to have a minimum of dependencies for every nuget package I use.
Since the new .NET versions have a very good support for nullable reference types I am not really sure if there is a need for those null annotations.