Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

karg

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

karg

option parser


Version published
Maintainers
1
Created

karg

is the german word for meager, barren, sparse

karg

is also an option parser with meager features but simple setup and pretty output

meager features

does just the bare minimum:

  • short and long option names
  • list of unnamed arguments
  • boolean toggle
  • dictionary output

simple setup

args = require('karg') """

scriptname
    additional  . ? unnamed arguments . **
    anOption    . ? some description  . = default
    boolean     . ? -b to turn it on  . = false
    switch      . ? -s to turn it off . = true
    invisible                         . = hidden
    
additional help topic
    some help
    
version       1.0.0

"""

pretty output

karg

Keywords

FAQs

Package last updated on 24 Jan 2016

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