diff options
| author | Hólmar Sigmundsson <holmars@gmail.com> | 2014-05-22 09:55:55 +0200 |
|---|---|---|
| committer | Hólmar Sigmundsson <holmars@gmail.com> | 2014-05-22 09:55:55 +0200 |
| commit | 6e0fe3be8854e1fa5605810f629094051c4e61f7 (patch) | |
| tree | 3ed73188fc0518cc1fd5c44b4d804786687b52f4 /examples/complex | |
| parent | f1941895f363b505a77f3a6c5eda3fc661ee6b69 (diff) | |
| download | click-6e0fe3be8854e1fa5605810f629094051c4e61f7.tar.gz | |
Change cmd_status's command name to status
Diffstat (limited to 'examples/complex')
| -rw-r--r-- | examples/complex/complex/commands/cmd_status.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/complex/complex/commands/cmd_status.py b/examples/complex/complex/commands/cmd_status.py index abf78b6..99e736e 100644 --- a/examples/complex/complex/commands/cmd_status.py +++ b/examples/complex/complex/commands/cmd_status.py @@ -2,7 +2,7 @@ import click from complex.cli import pass_context -@click.command('init', short_help='Shows file changes.') +@click.command('status', short_help='Shows file changes.') @pass_context def cli(ctx): """Shows file changes in the current working directory.""" |
