diff options
Diffstat (limited to 'src/compiler/GF/Command')
| -rw-r--r-- | src/compiler/GF/Command/Commands.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/compiler/GF/Command/Commands.hs b/src/compiler/GF/Command/Commands.hs index e7beec23e..543c05cb2 100644 --- a/src/compiler/GF/Command/Commands.hs +++ b/src/compiler/GF/Command/Commands.hs @@ -665,6 +665,10 @@ allCommands env@(pgf, mos) = Map.fromList [ longname = "quit", synopsis = "exit GF interpreter" }), + ("r", emptyCommandInfo { + longname = "reload", + synopsis = "repeat the latest import command" + }), ("rf", emptyCommandInfo { longname = "read_file", synopsis = "read string or tree input from a file", |
