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

Is it possible to hide non-terminal commands? #31

Closed
sidbav opened this issue Nov 20, 2019 · 5 comments
Closed

Is it possible to hide non-terminal commands? #31

sidbav opened this issue Nov 20, 2019 · 5 comments
Labels

Comments

@sidbav
Copy link

sidbav commented Nov 20, 2019

Lets say I have the following syntax

aa {
  bb, hide {
     cc, cb();
  }
}

Right now you are unable to hide the command aa bb (you are able to tab it).

@olofhagsand
Copy link
Member

Confirmed. hide only works for terminals. It would be nice to work also for non-terminals.

@sidbav
Copy link
Author

sidbav commented Nov 21, 2019

Do you know when a fix for this would be available?

@olofhagsand
Copy link
Member

I have not scheduled this. I can have a look at it, maybe next week, it is probably minor.

olofhagsand added a commit that referenced this issue Nov 24, 2019
* Removed "auth" as a local variable in docs, since it is not implemented
@olofhagsand
Copy link
Member

It should be fixed now, please verify

@sidbav
Copy link
Author

sidbav commented Nov 25, 2019

Yes it it working now! Thanks for making the fix so quickly!

@sidbav sidbav closed this as completed Nov 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants