clojure / clojure/clojurescript-site
Add browser REPL options
Open
Nobody has claimed this yet.
minor
- Dominant language
- Shell
- Stars
- 107
- Forks
- 130
- PR merge metrics
- No merged PRs in 30d
Description
clj -m cljs.main -h shows
browser REPL options:
-H, --host address Address to bind
-p, --port number Port to bind
which should be added to https://clojurescript.org/reference/repl-and-main
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
Open the REPL and main reference page and compare it with the output of clj -m cljs.main -h. Add the documented browser REPL --host and --port options, then verify the page accurately reflects the command's help output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100