Sha256: 020d5a4f41a7ee491d6baab63ae3bbed552b5ee85c7056bc74e8be2c2ad6b364

Contents?: true

Size: 784 Bytes

Versions: 7

Compression:

Stored size: 784 Bytes

Contents

prompts:
  - prompt_text: Batman or Superman?
    default: Batman
    config_key: superhero
    config_section: personal_info
  - prompt_text: Do you feel smart for preferring Batman?
    default: Y
    config_key: batman_answer
    config_section: personal_info
    prereqs:
      - config_key: superhero
        config_value: Batman
  - prompt_text: Why do you prefer Superman?!
    default: No clue
    config_key: superman_answer
    config_section: personal_info
    prereqs:
      - config_key: superhero
        config_value: Superman
  - prompt_text: Why don't you have a clue?
    config_key: no_clue
    config_section: personal_info
    prereqs:
      - config_key: superhero
        config_value: Superman
      - config_key: superman_answer
        config_value: No clue

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
cliutils-2.2.6 support/prefstest.yaml
cliutils-2.2.5 support/prefstest.yaml
cliutils-2.2.4 support/prefstest.yaml
cliutils-2.2.3 support/prefstest.yaml
cliutils-2.2.2 support/prefstest.yaml
cliutils-2.2.1 support/prefstest.yaml
cliutils-2.2.0 support/prefstest.yaml