python -m argcmdr [file.py]
Open
enhancement
- Dominant language
- Python
- Stars
- 14
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Support invocation against arbitrary command module without `manage` entrypoint, via:
python -m argcmdr [file.py]
Look into optionally installing without entrypoint.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing the existing `manage` entrypoint and the package-install configuration. Determine how `python -m argcmdr [file.py]` should locate and run an arbitrary command module, then verify that installation can work without the `manage` entrypoint. Done means the requested invocation works and the optional installation behavior is supported.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100