mirror of
https://github.com/flancian/garden.git
synced 2026-08-07 15:06:19 +00:00
Compare commits
3 Commits
aaa8ef7353
...
88a1801ae3
| Author | SHA1 | Date | |
|---|---|---|---|
| 88a1801ae3 | |||
| a587b61d97 | |||
| df0a979020 |
@@ -43,8 +43,9 @@ def is_prime(n):
|
||||
class AgoraCmd(click.Command):
|
||||
def format_help(self, ctx, formatter):
|
||||
click.echo("""Usage:
|
||||
- Visit anagora.org/primes to execute this file in the Agora of Flancia.")
|
||||
- In general visit anagora.org/foo, anagora.org/foo/bar to execute e.g. <bin/foo.py bar> from your garden.")
|
||||
- Visit anagora.org/primes to execute this file in the Agora of Flancia.
|
||||
- Visit e.g. anagora.org/primes/17 to test if 17 is prime.
|
||||
- In general visit anagora.org/foo, anagora.org/foo/bar to execute e.g. <bin/foo.py bar> from your garden.
|
||||
""")
|
||||
|
||||
def __call__(self, *args, **kwargs):
|
||||
Reference in New Issue
Block a user