aiida.cmdline.commands package

Submodules

The main verdi click group.

class aiida.cmdline.commands.cmd_verdi.MostSimilarCommandGroup(name=None, commands=None, **attrs)[source]

Bases: click.core.Group

Overloads the get_command to display a list of possible command candidates if the command could not be found with an exact match.

__module__ = 'aiida.cmdline.commands.cmd_verdi'
get_command(ctx, cmd_name)[source]

Override the default click.Group get_command with one giving the user a selection of possible commands if the exact command name could not be found.