mirror of
https://github.com/postmannen/ctrl.git
synced 2024-12-14 12:37:31 +00:00
tui, added REQNone to GetReplyMethods
This commit is contained in:
parent
87ee71c274
commit
f50250661d
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ func (m Method) GetMethodsAvailable() MethodsAvailable {
|
|||
// the Stew client for knowing what of the req types are generally
|
||||
// used as reply methods.
|
||||
func (m Method) GetReplyMethods() []Method {
|
||||
rm := []Method{REQToConsole, REQTuiToConsole, REQCliCommand, REQCliCommandCont, REQToFile, REQToFileAppend, REQToSocket}
|
||||
rm := []Method{REQToConsole, REQTuiToConsole, REQCliCommand, REQCliCommandCont, REQToFile, REQToFileAppend, REQToSocket, REQNone}
|
||||
return rm
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue