add compose command
Open
Nobody has claimed this yet.
enhancement
Medium Priority
- Dominant language
- Python
- Stars
- 15
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Functional composition f(g(x))
Usage: compose f g
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating PyDV's command-line entry point and the existing command implementations, then inspect how command arguments are parsed. Add a compose command matching the stated f(g(x)) behavior and `compose f g` usage, and verify it through the project's existing command-line checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100