From 6fff2def393663522f86e13e2536a9e111e8b2cd Mon Sep 17 00:00:00 2001 From: hallgren Date: Wed, 12 Aug 2015 11:05:08 +0000 Subject: GF shell: source commands (cc, sd, so, ss & dg) can now be used in pipes These commands are now implemented as regular commands (i.e. using the CommandInfo data type) in the new module GF.Command.SourceCommands. The list of commands exported from GF.Command.Commmands now called pgfCommands instead of allCommands. The list allCommands of all commands is now assembled from sourceCommands, pgfCommands, commonCommands and helpCommand in GF.Interactive. --- gf.cabal | 1 + 1 file changed, 1 insertion(+) (limited to 'gf.cabal') diff --git a/gf.cabal b/gf.cabal index 219b3b7cf..ac0a3a617 100644 --- a/gf.cabal +++ b/gf.cabal @@ -165,6 +165,7 @@ Library GF.Command.CommandInfo GF.Command.Commands GF.Command.CommonCommands + GF.Command.SourceCommands GF.Command.Help GF.Command.Importing GF.Command.Interpreter -- cgit v1.2.3