cli: rename clearconfig -> unsetconfig
This commit is contained in:
@@ -408,7 +408,7 @@ class Commands(Logger):
|
||||
self._setconfig(key, value)
|
||||
|
||||
@command('')
|
||||
async def clearconfig(self, key):
|
||||
async def unsetconfig(self, key):
|
||||
"""
|
||||
Clear a configuration variable.
|
||||
The variable will be reset to its default value.
|
||||
|
||||
Reference in New Issue
Block a user