summaryrefslogtreecommitdiff
path: root/examples/plain_ruby/Justfile
blob: c7585198e672a5d44c0855449b75d05075bda62d (plain)
1
2
3
4
5
6
7
8
9
10
11
# Apply configuration
run:
    ruby config.rb

# Dry run — show what would change without making changes
dry:
    ruby config.rb --dry

# Verbose output
debug:
    ruby config.rb --debug