1
0
forked from GitHub/gf-core

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.
This commit is contained in:
hallgren
2015-08-12 11:05:08 +00:00
parent 063912c386
commit 6fff2def39
6 changed files with 299 additions and 262 deletions

View File

@@ -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