mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 23:12:46 +03:00
Command dispatcher
This commit is contained in:
parent
f31fad745f
commit
739c7b57f2
2 changed files with 4 additions and 1 deletions
|
@ -22,11 +22,12 @@ import sys
|
|||
commands = [
|
||||
"build",
|
||||
"update",
|
||||
"publish",
|
||||
"checkupdates",
|
||||
"import",
|
||||
"rewritemeta",
|
||||
"scanner",
|
||||
"statsupdate"]
|
||||
"stats"]
|
||||
|
||||
def main():
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue