Sha256: 75e33c8a3b1a6213d2972502a84a5bacc0fc6c63f2d7d6f76b380d80dcf1536e

Contents?: true

Size: 763 Bytes

Versions: 21

Compression:

Stored size: 763 Bytes

Contents

SYSTEM OBJECT TYPE
  NAME: system
  SHORTCUT: sys

  DESCRIPTION
    Execute a system command.

  CHILDREN
    command - string - 'date'
      The command that will be sent to the system.
    get_output - boolean - true
      Should executing the command get the output and put it
      in the result object?
    result - string
      The result of running the command.
      The result will only be set if the 'get_output' child
      is set to true.

  MESSAGES
    run - Run the system level command.
      Set the result value to the output of the command if the
      'get_output' child is marked as true.

  EXAMPLE

    date [system] :
      command [string] : date
      get_output [bool] : true
      result [string] :

  SEE ALSO
    execute, eval, erb

Version data entries

21 entries across 21 versions & 2 rubygems

Version Path
gloo-lang-1.0.2 lib/gloo_lang/help/objs/system/system.txt
gloo-1.0.0 lib/gloo/help/objs/system/system.txt
gloo-lang-1.0.1 lib/gloo_lang/help/objs/system/system.txt
gloo-lang-1.0.0 lib/gloo_lang/help/objs/system/system.txt
gloo-lang-0.9.11 lib/gloo_lang/help/objs/system/system.txt
gloo-lang-0.9.10 lib/gloo_lang/help/objs/system/system.txt
gloo-lang-0.9.9 lib/gloo_lang/help/objs/system/system.txt
gloo-lang-0.9.8 lib/gloo_lang/help/objs/system/system.txt
gloo-lang-0.9.7 lib/gloo_lang/help/objs/system/system.txt
gloo-lang-0.9.6 lib/gloo_lang/help/objs/system/system.txt
gloo-lang-0.9.5 lib/gloo_lang/help/objs/system/system.txt
gloo-lang-0.9.4 lib/gloo_lang/help/objs/system/system.txt
gloo-lang-0.9.3 lib/gloo_lang/help/objs/system/system.txt
gloo-0.8.0 lib/gloo/help/objs/system/system.txt
gloo-0.7.7 lib/gloo/help/objs/system/system.txt
gloo-0.7.6 lib/gloo/help/objs/system/system.txt
gloo-0.7.5 lib/gloo/help/objs/system/system.txt
gloo-0.7.4 lib/gloo/help/objs/system/system.txt
gloo-0.7.3 lib/gloo/help/objs/system/system.txt
gloo-0.7.2 lib/gloo/help/objs/system/system.txt