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

in cli, unclear how to give it a list of columns #8

Closed
jopietsch opened this issue Jan 29, 2020 · 3 comments
Closed

in cli, unclear how to give it a list of columns #8

jopietsch opened this issue Jan 29, 2020 · 3 comments

Comments

@jopietsch
Copy link
Member

jpiet> system show columns=hostname, uptime Error: 1Error parsing command
system show columns=hostname, uptime
^
Expected end of text, found ',' (at char 21), (line:1, col:22)
jpiet>

@jopietsch
Copy link
Member Author

I finally figured out the right way is a string, with commas, but you have to give it bootupTimestamp which isn't even a column name that you know exists
jpiet> system show columns='hostname, uptime, bootupTimestamp'

@ddutt
Copy link
Member

ddutt commented Feb 3, 2020

Another bug in python nubia. It doesn't appear to display the helpstring given in the base class definition.

@ddutt
Copy link
Member

ddutt commented Feb 3, 2020

Never mind, it was my misunderstanding where I added the decorator. It should be fixed with my checkin shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants