ochldiag-dev: allow inspect to take wild cards and multiple paths
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 1.9k
- Forks
- 238
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 100
Description
When using ohcldiag-dev in constrained environments (where, for example, simply parsing the json output is unwieldly), my quality of life would be improved if I could run something like this:
ohcldiag-dev <foo> inspect vm/partition/vp/*****/state (wild cards as part of the path)
or
ohcldiag-dev <foo> inspect vm/partition/vp/0/state vm/partition/vp/1/state (multiple paths)
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 at the ohcldiag-dev CLI's inspect command and trace how it parses a path argument and selects values. Support wildcard segments and multiple paths as shown in the issue, then verify both example invocations produce the requested inspection results.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100