diff options
| author | Paul Buetow <paul@buetow.org> | 2024-12-06 13:00:42 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-12-06 13:00:42 +0200 |
| commit | dbc25d5e39625045536dd5ab502babaf6993ed6b (patch) | |
| tree | 65c2b91b04abbcfb6bc3417b34b611ff1b8dc884 /Rakefile | |
| parent | 56f196bf91dda5178f7e2b8d39114c4c9197d58e (diff) | |
add options parser
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,9 @@ require_relative 'rcm/rcm' -task :default do |t| +desc 'Set up wireguard mesh' +task :wireguard do |t| rcm do + p option :verbose conditions do hostname is :earth end |
