add IsResourceHeavy() to command interface
This commit is contained in:
@@ -48,6 +48,10 @@ func (c *commandRemoteConfigure) Help() string {
|
||||
`
|
||||
}
|
||||
|
||||
func (c *commandRemoteConfigure) IsResourceHeavy() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
var (
|
||||
isAlpha = regexp.MustCompile(`^[A-Za-z][A-Za-z0-9]*$`).MatchString
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user