oxidecomputer / oxidecomputer/transceiver-control
`xcvradm` could use parseable output
Open
@bnaecker is already working on this.
Since Jun 21, 2023.
- Dominant language
- Rust
- Stars
- 9
- Forks
- 0
- Avg merge
- 57m
- Merged PRs (30d)
- 3
Description
Many illumos tools support a parseable mode, in which the output is regularly-structured and meant for machine consumption. Rather than nicely-printed tables, output is formatted with a single, often configurable, separator character. xcvradm could benefit from such a mode. Flags to implement include:
-por--parseable: select parseable mode, over human-friendly formatting-sor--separator: select the separator character-oor similar: the list of fields to include in the output. It's also nice to print a list of the available fields, in lieu of a man page.-Hor--no-header: do not print headers for the selected columns
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.
Assessment
This issue has not been assessed yet.