Replace click with argparse
Open
- Dominant language
- Python
- Stars
- 4.1k
- Forks
- 676
- Avg merge
- 4d 14h
- Merged PRs (30d)
- 9
Description
We use argparse everywhere else, and aren't using anything special about click. It should be possible to (carefully) replace it in molecule.
Contributor guide
Research direction
Start by locating Molecule's click-based command-line entry points and compare them with the existing argparse usage elsewhere in the project. Carefully replace the click integration while preserving current command-line behavior, then run the project's tests to confirm the migration is complete.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100