diff --git a/cmd/msg/main.go b/cmd/msg/main.go index 6f46f26..51960bf 100644 --- a/cmd/msg/main.go +++ b/cmd/msg/main.go @@ -184,6 +184,15 @@ func initialMessages() executor.ExecuteOutput { }, }, }, + { + PlaintextInputs:[]api.LabelInput{ + { + DispatchedAction: api.DispatchInputActionOnEnter, + Placeholder: "String pattern to filter by", + Text: "Filter output", + }, + }, + }, }, OnlyVisibleForYou: true, ReplaceOriginal: false,