Skip to content

Commit ae4619a

Browse files
adding a click example command.
Example: can be executed as and just replies 'bar' ```bash ❯ pymcs foo bar ```
1 parent 2b691c7 commit ae4619a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pymc_server/cli.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
def cli():
55
pass
66

7-
@cli.command()
8-
def foo():
9-
click.echo('bar')
7+
@cli.command()
8+
def foo():
9+
click.echo('bar')

0 commit comments

Comments
 (0)