rename listu to listunread
This commit is contained in:
parent
75e0da6eb6
commit
5c65d260bd
@ -32,7 +32,7 @@ class Plugin():
|
||||
|
||||
def init_parser(self, parser: Parser) -> None:
|
||||
subparser = parser.subparsers.add_parser(
|
||||
name='listu',
|
||||
name='listunread',
|
||||
aliases=['lu'],
|
||||
help='List unread messages addressed to you')
|
||||
subparser.set_defaults(func=self.run)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user