You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### WHAT is this pull request doing?
- **Add a "Miscellaneous" separator to `lavinmqctl`**
- For consistency with `lavinmq --help`
- **Return with exit code 0 for `lavinmqctl --help`**
- It seems like the right exit code for a deliberate command, also
consistent with `lavinmq --help`
- **Drop the colons on the separators in `lavinmqctl`**
- For consistency with `lavinmq --help`
### HOW can this pull request be tested?
```sh
lavinmqctl --help # should show the --help and friends under a "Miscellaneous" separator
echo $? # now 0, previously 1
```
0 commit comments