tomocafe / bash-boost

bash-boost is a set of library functions for bash, useful for both scripting and interactive use. It draws inspiration from the Boost C++ libraries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create alias for bb_kwparse boilerplate

tomocafe opened this issue · comments

Similar to bb_processargs

Not going to implement, unlike bb_parseargs, this has an extra parameter, namely the name of the map used to store the key/val pairs, which doesn't play well with aliases.