From 538777b1dffdbfc0efece3ad9341504d8fbac455 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 5 Oct 2025 21:11:56 +0530 Subject: Add command-shell command for calling commands from shell --- lib/Daffm/Types.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Daffm/Types.hs') diff --git a/lib/Daffm/Types.hs b/lib/Daffm/Types.hs index 197ab63..5133c2b 100644 --- a/lib/Daffm/Types.hs +++ b/lib/Daffm/Types.hs @@ -55,6 +55,7 @@ data KeyMatchResult = MatchSuccess Command | MatchPartial | MatchFailure data Command = CmdShell Bool Text.Text + | CmdCommandShell Text.Text | CmdQuit | CmdSetCmdline Text.Text | CmdEnterCmdline -- cgit v1.3.1