fix: update watch command help to bot api style id, close #151

This commit is contained in:
krau
2025-12-08 10:22:43 +08:00
parent c974791dc0
commit 32cc1e4b5a
4 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ func (m matchedStorName) String() string {
}
// can we use this storage name directly?
func (m matchedStorName) IsUsable() bool {
func (m matchedStorName) Usable() bool {
return m != "" && m != rule.RuleStorNameChosen
}