1
0

cli: rename clearconfig -> unsetconfig

This commit is contained in:
ThomasV
2025-06-12 19:56:14 +02:00
parent 7d9bcfa7af
commit 253b0989b8

View File

@@ -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.