Archived
1
0
Fork 0
This commit is contained in:
多羅狼 2024-02-10 01:26:58 +08:00 committed by GitHub
parent 70094edbb8
commit d000e32ea1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,8 @@ from .user import get_user_info
usr = module('user',
developers=['OasisAkari'],
recommend_modules='wiki',
options_desc={'-r': '{user.help.option.r}')
options_desc={'-r': '{user.help.option.r}'}
)
@usr.command('<username> [-r] {{user.help.desc}}')