Skip to content

Commit

Permalink
Add "tools" command
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamu committed Aug 3, 2016
1 parent 92f5b75 commit cdd45bf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pcli.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,12 @@ def themes(config):
show_distribution_section(config, "Theme", "themes")


@main.command()
@pass_config
def tools(config):
show_distribution_section(config, "Tool", "tools")


@main.command()
@click.option("--dev", is_flag=True, help="use latest development branch instead of release")
@click.argument("project", type=str, required=True)
Expand Down

0 comments on commit cdd45bf

Please sign in to comment.