cmd: join group to fleet

This commit is contained in:
Ilia Denisov
2025-11-26 23:03:07 +03:00
parent c86ab84ad7
commit 92ad81b2a2
6 changed files with 133 additions and 36 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ func validateTypeName(v string) (string, bool) {
if len(s) > 0 {
return s, true
}
// TODO: special symbols
// TODO: special symbols AND include error check in all user-input test
return s, false
}