Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add --show-cli #355

Merged
merged 1 commit into from
Feb 1, 2023
Merged

feat: Add --show-cli #355

merged 1 commit into from
Feb 1, 2023

Conversation

rumpelsepp
Copy link
Member

This prints a tree showing all available subcommands:

gallia
+-discover
| +-uds
| | +-doip
| | +-isotp
| +-xcp
|   +-can
|   +-tcp
|   +-udp
+-primitive
| +-uds
| | +-rdbid
| | +-dtc
| | | +-read
| | | +-clear
| | | +-control
| | +-ecu-reset
| | +-vin
| | +-iocbi
| | +-ping
| | +-rmba
| | +-rtcl
| | +-error-log
| | +-pdu
| | +-wmba
| | +-wdbid
| +-generic
|   +-pdu
+-scan
| +-uds
|   +-memory
|   +-reset
|   +-dump-seeds
|   +-identifiers
|   +-sessions
|   +-services
+-fuzz
| +-uds
|   +-pdu
+-script
  +-vecu
    +-db
    +-rng

This prints a tree showing all available subcommands:

```
gallia
+-discover
| +-uds
| | +-doip
| | +-isotp
| +-xcp
|   +-can
|   +-tcp
|   +-udp
+-primitive
| +-uds
| | +-rdbid
| | +-dtc
| | | +-read
| | | +-clear
| | | +-control
| | +-ecu-reset
| | +-vin
| | +-iocbi
| | +-ping
| | +-rmba
| | +-rtcl
| | +-error-log
| | +-pdu
| | +-wmba
| | +-wdbid
| +-generic
|   +-pdu
+-scan
| +-uds
|   +-memory
|   +-reset
|   +-dump-seeds
|   +-identifiers
|   +-sessions
|   +-services
+-fuzz
| +-uds
|   +-pdu
+-script
  +-vecu
    +-db
    +-rng
```
@rumpelsepp rumpelsepp linked an issue Feb 1, 2023 that may be closed by this pull request
@rumpelsepp rumpelsepp added the enhancement New feature or request label Feb 1, 2023
@rumpelsepp rumpelsepp added this to the v1.2.0 milestone Feb 1, 2023
@rumpelsepp rumpelsepp merged commit 0756498 into master Feb 1, 2023
@rumpelsepp rumpelsepp deleted the print-cli branch February 1, 2023 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

print subcommand tree
2 participants