Help for outfile
Open
Nobody has claimed this yet.
- Dominant language
- PureScript
- Stars
- 831
- Forks
- 137
- PR merge metrics
- No merged PRs in 30d
Description
It's not clear from the description whether this flag takes a filename or a filepath
--outfile ARG Destination path for the bundle
I would suggested either the following
--outfile FILENAME Filename for the bundle--outpath FILEPATH Directory and filename for the bundle
Contributor guide
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
Locate the CLI definition for --outfile and inspect how its argument is consumed to determine whether it accepts a filename or a full path. Update the help text to describe that behavior unambiguously; done when the flag's documented input matches its actual behavior.
Written by the indexing model from the issue text.
Assessment
- Domain
- cli, documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100