mirror of
https://github.com/krateng/maloja.git
synced 2025-07-09 03:04:07 -04:00
Added alias for console-attached execution
This commit is contained in:
parent
eb82282e58
commit
a4f13f6923
@ -5,7 +5,7 @@ author = {
|
|||||||
"email":"maloja@krateng.dev",
|
"email":"maloja@krateng.dev",
|
||||||
"github": "krateng"
|
"github": "krateng"
|
||||||
}
|
}
|
||||||
version = 2,3,4
|
version = 2,3,5
|
||||||
versionstr = ".".join(str(n) for n in version)
|
versionstr = ".".join(str(n) for n in version)
|
||||||
links = {
|
links = {
|
||||||
"pypi":"malojaserver",
|
"pypi":"malojaserver",
|
||||||
|
@ -189,7 +189,8 @@ def main(action,*args,**kwargs):
|
|||||||
"debug":direct,
|
"debug":direct,
|
||||||
"backup":backuphere,
|
"backup":backuphere,
|
||||||
"update":update,
|
"update":update,
|
||||||
"fix":fixdb
|
"fix":fixdb,
|
||||||
|
"run":direct
|
||||||
}
|
}
|
||||||
if action in actions: actions[action](*args,**kwargs)
|
if action in actions: actions[action](*args,**kwargs)
|
||||||
else: print("Valid commands: " + " ".join(a for a in actions))
|
else: print("Valid commands: " + " ".join(a for a in actions))
|
||||||
|
@ -91,6 +91,7 @@ countas Momo TWICE
|
|||||||
countas AOA Black AOA
|
countas AOA Black AOA
|
||||||
countas AOA White AOA
|
countas AOA White AOA
|
||||||
countas AOA Cream AOA
|
countas AOA Cream AOA
|
||||||
|
countas Seolhyun AOA
|
||||||
replaceartist Ace of Angels AOA
|
replaceartist Ace of Angels AOA
|
||||||
replacetitle 사뿐사뿐 (Like a Cat) Like a Cat
|
replacetitle 사뿐사뿐 (Like a Cat) Like a Cat
|
||||||
replacetitle Like A Cat (Japanese Version) Like a Cat (Japanese Version)
|
replacetitle Like A Cat (Japanese Version) Like a Cat (Japanese Version)
|
||||||
|
Can't render this file because it has a wrong number of fields in line 5.
|
Loading…
x
Reference in New Issue
Block a user