[PR #66] [MERGED] adding "cliff" for crafting multi-level command #61

Closed
opened 2025-11-06 12:23:52 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/66
Author: @kmonsoor
Created: 7/3/2014
Status: Merged
Merged: 7/4/2014
Merged by: @vinta

Base: masterHead: master


📝 Commits (1)

  • a4f8fdc adding "cliff" for crafting multi-level command

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

adding "cliff" for crafting multi-level command for command-line applications
doc_home: https://cliff.readthedocs.org/en/latest/introduction.html

from dev:

The cliff framework is meant to be used to create multi-level commands such as subversion and git, where the main program handles some basic argument parsing and then invokes a sub-command to do the work.


🔄 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/vinta/awesome-python/pull/66 **Author:** [@kmonsoor](https://github.com/kmonsoor) **Created:** 7/3/2014 **Status:** ✅ Merged **Merged:** 7/4/2014 **Merged by:** [@vinta](https://github.com/vinta) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`a4f8fdc`](https://github.com/vinta/awesome-python/commit/a4f8fdcaa32ca04d4f695756cd2ac96edb200232) adding "cliff" for crafting multi-level command ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description adding "cliff" for crafting multi-level command for command-line applications doc_home: https://cliff.readthedocs.org/en/latest/introduction.html from dev: > The cliff framework is meant to be used to create multi-level commands such as subversion and git, where the main program handles some basic argument parsing and then invokes a sub-command to do the work. --- <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-06 12:23:52 -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-python#61