Compare commits

3 Commits

Author SHA1 Message Date
flancian 88a1801ae3 autopushed 2023-09-25 01:39:23 +02:00
flancian a587b61d97 autopushed 2023-09-25 01:38:15 +02:00
flancian df0a979020 autopushed 2023-09-25 00:57:23 +02:00
+3 -2
View File
@@ -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):