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

Hide verdi daemon start-circus from auto-completion and help #2755

Merged

Conversation

sphuber
Copy link
Contributor

@sphuber sphuber commented Apr 14, 2019

Fixes #2537

This command should not be called directly by users but will rather be
invoked by verdi daemon start. This is accomplished by marking the
command as hidden=True which was implemented in click==7.0. However,
the attribute was being ignored by the click-completion package, which
was fixed in click-completion==0.5.1 which is now added as dependency.

This command should not be called directly by users but will rather be
invoked by `verdi daemon start`. This is accomplished by marking the
command as `hidden=True` which was implemented in `click==7.0`. However,
the attribute was being ignored by the `click-completion` package, which
was fixed in `click-completion==0.5.1` which is now added as dependency.
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.03%) to 70.97% when pulling 6448aa8 on sphuber:fix_2537_hide_verdi_daemon_start_circus into 4f183b4 on aiidateam:develop.

Copy link
Member

@ltalirz ltalirz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @sphuber !

@sphuber sphuber merged commit bcb199e into aiidateam:develop Apr 14, 2019
@sphuber sphuber deleted the fix_2537_hide_verdi_daemon_start_circus branch April 14, 2019 18:29
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

Successfully merging this pull request may close these issues.

Hide verdi daemon start-circus from auto-complete and help string
3 participants