mirror of
https://github.com/alebcay/awesome-shell.git
synced 2026-03-09 11:43:08 -05:00
[PR #10] [MERGED] Adding dispatch #610
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/alebcay/awesome-shell/pull/10
Author: @alganet
Created: 9/18/2014
Status: ✅ Merged
Merged: 9/18/2014
Merged by: @alebcay
Base:
master← Head:master📝 Commits (1)
a28bf8aAdding dispatch, a portable lightweight argument parser📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
dispatch is a very portable and lightweight command line argument parser.
It has been tested on several versions of bash, dash, ksh, zsh, mksh, pdksh, yash and busybox and requires no dependencies. It has less than 50 (commented) lines of code.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.