The lnt admin command should not take --test-suite directly
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 35
- Forks
- 34
- Avg merge
- 5h 46m
- Merged PRs (30d)
- 12
Description
Some sub-commands don't require knowing the test-suite (such as `lnt admin test-suite add`), and it's awkward to have to specify it.
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
Start by locating the `lnt admin` command handling and compare how `lnt admin test-suite add` receives its arguments with subcommands that do need a test suite. The work is done when commands that do not need a test suite no longer require `--test-suite`, while relevant administrative commands continue to accept the information they need.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100