Skip to content

Commit

Permalink
πŸ‘Œ IMPROVE: Hide verdi database (#5400)
Browse files Browse the repository at this point in the history
This commit hides the (deprecated) `database` command group,
when using `verdi --help`.
  • Loading branch information
chrisjsewell authored Feb 27, 2022
1 parent e36f350 commit 62a4ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiida/cmdline/commands/cmd_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from aiida.cmdline.utils import decorators


@verdi.group('database')
@verdi.group('database', hidden=True)
def verdi_database():
"""Inspect and manage the database.
Expand Down

0 comments on commit 62a4ebc

Please sign in to comment.