Added editcounter management command for setting and adjusting named counters.
CI / Formatting (push) Successful in 11s
CI / Linting (push) Successful in 11s
CI / Tests (push) Successful in 20s
CI / Type Checking (push) Successful in 21s

This commit is contained in:
2026-02-18 11:26:01 -05:00
parent 986100f544
commit a415d5b7e3
4 changed files with 73 additions and 8 deletions
@@ -31,6 +31,7 @@ from .management_commands import (
commandmodonly,
deletecommand,
editcommand,
editcounter,
listcommands,
removealias,
resetcommand,
@@ -45,6 +46,7 @@ __all__ = [
"commandmodonly",
"deletecommand",
"editcommand",
"editcounter",
"listcommands",
"removealias",
"resetcommand",