Sha256: e9924d71e718d069340c22927c05200908ee35c022f777f9839b3197c749f1aa

Contents?: true

Size: 668 Bytes

Versions: 6

Compression:

Stored size: 668 Bytes

Contents

BAR OBJECT TYPE
  NAME: bar
  SHORTCUT: bar

  DESCRIPTION
    CLI progress bar

  CHILDREN
    name - string
      The name of the progress bar.
    total - integer - 100
      The total for the bar.

  MESSAGES
    start - Start the bar.
    advance <amount> - Advance by the given amount.
    stop - Complete the bar.

  EXAMPLE

    bar [can] :
      on_load [script] :
        tell bar.progress to start
        tell bar.progress to advance
        wait
        tell bar.progress to advance (30)
        wait
        tell bar.progress to advance (40)
        wait
        tell bar.progress to stop
      progress [bar] :
        name [string] : going

  SEE ALSO

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
gloo-0.7.5 lib/gloo/help/objs/cli/bar.txt
gloo-0.7.4 lib/gloo/help/objs/cli/bar.txt
gloo-0.7.3 lib/gloo/help/objs/cli/bar.txt
gloo-0.7.2 lib/gloo/help/objs/cli/bar.txt
gloo-0.7.1 lib/gloo/help/objs/cli/bar.txt
gloo-0.7.0 lib/gloo/help/objs/cli/bar.txt