We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6e79c1 + 31c2548 commit a571f95Copy full SHA for a571f95
1 file changed
planemo/commands/cmd_list_repos.py
@@ -1,4 +1,4 @@
1
-"""Module describing the planemo ``ci_find_repos`` command."""
+"""Module describing the planemo ``list_repos`` command."""
2
from __future__ import print_function
3
4
import click
@@ -12,7 +12,7 @@
12
)
13
14
15
-@click.command('ci_list_repos')
+@click.command('list_repos')
16
@options.shed_project_arg()
17
@options.ci_find_options()
18
@command_function
0 commit comments