Sha256: 0067b1a0e77f9a019520c2ae800151d3f5d0f08d9a27f10f23d4917b1ca7e988

Contents?: true

Size: 486 Bytes

Versions: 22

Compression:

Stored size: 486 Bytes

Contents

CONFIRM OBJECT TYPE
  NAME: confirm
  SHORTCUT: confirm

  DESCRIPTION
    CLI confirmation prompt.

  CHILDREN
    prompt - string - '> '
      The confirmation prompt.
    result - boolean - none
      The result of the prompt.

  MESSAGES
    run - Prompt the user and then set the result.

  EXAMPLE

    confirm [confirm] :
    	prompt [string] : Are you sure?
    	result [boolean] :
    	on_load [script] :
    		run confirm
    		show 'Confirmed: ' + confirm.result

  SEE ALSO

Version data entries

22 entries across 22 versions & 2 rubygems

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