DannyBen/bashly

View on GitHub
examples/catch-all/src/bashly.yml

Summary

Maintainability
Test Coverage
name: download
help: Catch All Example
version: 0.1.0

# Enable catch_all for the root command
catch_all: true

args:
- name: message
  required: true
  help: Message

flags:
- long: --debug
  short: -d