summaryrefslogtreecommitdiff
path: root/src/GF/Shell/ShellCommands.hs
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2006-06-01 08:16:21 +0000
committeraarne <aarne@cs.chalmers.se>2006-06-01 08:16:21 +0000
commit34ca8208ac9ca06b2a5c1005cfab860e5697071d (patch)
tree358f24aabee51874d5df7dcb956722b6a1a070f6 /src/GF/Shell/ShellCommands.hs
parent5e665fa2ac63ee0739f787cc2fb7744d40721b7a (diff)
reload = r command
Diffstat (limited to 'src/GF/Shell/ShellCommands.hs')
-rw-r--r--src/GF/Shell/ShellCommands.hs8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/GF/Shell/ShellCommands.hs b/src/GF/Shell/ShellCommands.hs
index a3a0139ea..5c35e3c31 100644
--- a/src/GF/Shell/ShellCommands.hs
+++ b/src/GF/Shell/ShellCommands.hs
@@ -97,8 +97,12 @@ data Command =
-- to isolate the commands that are executed on top level
data ImpureCommand =
- ICQuit | ICExecuteHistory FilePath | ICEarlierCommand Int
- | ICEditSession | ICTranslateSession
+ ICQuit
+ | ICExecuteHistory FilePath
+ | ICEarlierCommand Int
+ | ICEditSession
+ | ICTranslateSession
+ | ICReload
type CommandOpt = (Command, Options)