Skip to content

Commit

Permalink
fix readthedocs warning
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski authored Jun 6, 2024
1 parent 6e4ed5c commit 3e3cf9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/aiida/cmdline/groups/verdi.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ class VerdiCommand(click.Command):
"""

def parse_args(self, ctx: click.Context, args: t.List[str]) -> t.List[str]:
"""Given a context and a list of arguments this creates the parser and parses the arguments, then modifies the
context as necessary. This is automatically invoked by :meth:`~click.BaseCommand.make_context`.
"""
if self.deprecated:
# We are abusing click.Command `deprecated` member variable by using a
# string instead of a bool to also use it as optional deprecated message
Expand Down

0 comments on commit 3e3cf9d

Please sign in to comment.