[PR #10] [MERGED] Adding dispatch #610

Closed
opened 2025-11-19 20:47:19 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (1)

  • a28bf8a Adding 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.

## 📋 Pull Request Information **Original PR:** https://github.com/alebcay/awesome-shell/pull/10 **Author:** [@alganet](https://github.com/alganet) **Created:** 9/18/2014 **Status:** ✅ Merged **Merged:** 9/18/2014 **Merged by:** [@alebcay](https://github.com/alebcay) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`a28bf8a`](https://github.com/alebcay/awesome-shell/commit/a28bf8a93d314dd5ff36e60cabefbcef4d6347a8) Adding dispatch, a portable lightweight argument parser ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-19 20:47:19 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-shell#610