Support -checkdate, -skip, and -continue options from original munge apps
Open
- Dominant language
- Python
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
From the `MUNGEAPP` help text:
```
-CHECKDATE (only munge if output is out of date)
-SKIP (do nothing - useful in option files)
-CONTINUE (continue after error)
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the MUNGEAPP command-line entry point and its option handling. Use the help text as the behavior reference: CHECKDATE should skip up-to-date output, SKIP should do nothing, and CONTINUE should proceed after an error. Confirm each option is accepted and behaves accordingly.
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
- 35/100