autopushed

This commit is contained in:
2023-10-15 01:24:19 +02:00
parent 61f5724101
commit 3e8e22e0e2
+2 -2
View File
@@ -13,8 +13,8 @@ import sys
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.
- Visit e.g. anagora.org/primes/17 to test if 17 is prime.
- Visit anagora.org/dice to execute this file in the Agora of Flancia.
- Visit e.g. anagora.org/dice/17 to throw a 17-sided die, and others :)
- In general visit anagora.org/foo, anagora.org/foo/bar to execute e.g. <bin/foo.py bar> from your garden.
""")