Skip to content

hedayati/yaap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

YAAP

Yet Another (Bash) Argument Parser

Clone the project and set environment variable $YAAP to point to the directory. Follwoing is a sample code that shows how you can use YAAP:

#! /bin/bash

$YAAP/init.sh

declare_bool boolarg "boolarg description" FALSE
declare_int intarg "intarg description" 128
declare_str strarg "strarg description" "4k"

init "$@"

About

Yet Another (Bash) Argument Parser

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages