Have a --settings option
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 523
- Forks
- 75
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 24
Description
Summary of the new feature / enhancement
As a user, I want to be able to set the available settings in dsc.settings.json using the CLI. Now I need to read the documentation for the available options, nor is there any schema help for it.
Proposed technical implementation details (optional)
Implement a new command --settings with optional subcommands:
export: To export the current settingsset: To set the available settingsreset: To reset to the default settings
In the set subcommand, perhaps an optional parameter could be added to choose which dsc.settings.json needs to be updated.
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 reviewing the CLI implementation and how dsc.settings.json is currently read or documented. Clarify the scope of the export, set, and reset subcommands, including which settings file a set operation targets. Done should include agreed behavior for each command and coverage for the supported settings operations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100