add IsResourceHeavy() to command interface
This commit is contained in:
@@ -33,6 +33,10 @@ func (c *commandVolumeMount) Help() string {
|
||||
`
|
||||
}
|
||||
|
||||
func (c *commandVolumeMount) IsResourceHeavy() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (c *commandVolumeMount) Do(args []string, commandEnv *CommandEnv, writer io.Writer) (err error) {
|
||||
|
||||
volMountCommand := flag.NewFlagSet(c.Name(), flag.ContinueOnError)
|
||||
|
||||
Reference in New Issue
Block a user