DannyBen/menu_commander

View on GitHub
examples/disable-auto-select.yml

Summary

Maintainability
Test Coverage
# examples/disable-auto-select.yml

options:
  auto_select: false

menu:
  greet: echo Hello %{name}

args:
  # Since this list contains only one item, by default it will be auto 
  # selected. The "auto_select: false" option above disables this behavior.
  #
  # This will also work for args that are generated by a shell command.
  name:
  - Bob