FreeBSD.software
Home/devel/argc

argc

1.23.0_4

Easily parse command line arguments in bash

argc allows to easily parse command line arguments in bash. To write a command-line program with argc, we only need to do two things: 1. Describe options, flags, positional parameters and subcommands in comments. 2. Insert `eval $(argc "$0" "$@")` into script to let argc to parse command line arguments.

Origin: devel/argc
Category: devel
Size: 967KiB
License: MIT, APACHE20
Maintainer: yuri@FreeBSD.org
Dependencies: 0 packages
Required by: 0 packages
$pkg install argc

More in devel