NativeScript / NativeScript/nativescript-cli
Document CLI's log level appropriately
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.1k
- Forks
- 204
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 8
Description
Currently CLI has a way to increase the logging level by passing --log option with different values. However, it is not easy to find out information about this option and what are the supported values. Docs for it are available only when you run tns help or tns --help, but it should be exposed in an easier way.
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
Start by locating the CLI help or documentation entry that describes the --log option and reviewing the supported log-level values shown by tns help or tns --help. Done means the option and its accepted values are exposed somewhere easier to find than the command output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- cli, documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100