Skip to content

argbash.dev

Bash argument parsing code generator

Package Information

  • Domain: argbash.dev
  • Name: argbash.dev
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +argbash.dev -- $SHELL -i

Programs

This package provides the following executable programs:

  • argbash
  • argbash-init
  • argbash-1to2

Aliases

This package can also be accessed using these aliases:

  • argbash

Available Versions

Show all 2 versions
  • 2.11.0, 2.10.0

Latest Version: 2.11.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +argbash.dev@2.11.0 -- $SHELL -i

Dependencies

This package depends on:

  • gnu.org/bash>=3
  • gnu.org/autoconf

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.argbashdev

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.