-
Notifications
You must be signed in to change notification settings - Fork 31
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
Add '--display-subscriptions-column' flag #69
Comments
dsidirop
changed the title
Add --display-subscriptions-columns flag
Add --display-subscriptions-column flag
May 13, 2022
dsidirop
changed the title
Add --display-subscriptions-column flag
Add '--display-subscriptions-column' flag
May 13, 2022
wallyqs
pushed a commit
that referenced
this issue
May 25, 2022
* chore (.gitignore): ignore .vscode folder and any *.code-workspace files * feat (--version): add support for printing version via the --version flag * feat (--display-subscriptions-column): new flag * feat (version): bump to 0.5.3 (old was: 0.5.2) * fix (csv output): when emitting csv output via '-o' the subs will be printed separated by whitespace chars instead of ',' because the ',' is frequently reserved to separate entire csv-columns in the resulting output * fix (nats-top.go): fix a bug which was causing the SUBSCRIPTIONS column to not be delimiter-separator when the --display-subscriptions-column flag would be used in conjunction with -o Co-authored-by: Kyriakos Sidiropoulos <[email protected]>
Got merged so closing this. |
dsidirop
added a commit
to dsidirop/nats-top
that referenced
this issue
May 26, 2022
…rop/NTOP-0069-new-flag--display-subscriptions-column * 'main' of https://github.com/nats-io/nats-top: nats-io#69 new flag --display-subscriptions-column (nats-io#70)
wallyqs
pushed a commit
that referenced
this issue
May 26, 2022
* feat (display-subscriptions-column): add the '-u' shorthand for the long option '--display-subscriptions-column' and updated the README.md file accordingly to mention these new options Co-authored-by: Kyriakos Sidiropoulos <[email protected]>
dsidirop
added a commit
to dsidirop/nats-top
that referenced
this issue
Jun 4, 2022
* 'main' of https://github.com/nats-io/nats-top: nats-io#69 new flag display subscriptions column - addendum for README.md (nats-io#71)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When grabbing csv-snapshots via nats-top it's sometimes useful to display the subscriptions column but in order to do that we need a new '--display-subscriptions-column' flag.
PS: I'll take up on this errand and submit a pull request.
The text was updated successfully, but these errors were encountered: