Allow specifying --agent none to mean no agent
This commit is contained in:
@@ -86,7 +86,7 @@ func (c *Context) GetAgents() (agents []string) {
|
||||
}
|
||||
|
||||
func (c *Context) GetAgent(name string) *Agent {
|
||||
if name == "" {
|
||||
if name == "" || name == "none" {
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user