summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-12-06 13:00:42 +0200
committerPaul Buetow <paul@buetow.org>2024-12-06 13:00:42 +0200
commitdbc25d5e39625045536dd5ab502babaf6993ed6b (patch)
tree65c2b91b04abbcfb6bc3417b34b611ff1b8dc884 /Rakefile
parent56f196bf91dda5178f7e2b8d39114c4c9197d58e (diff)
add options parser
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 1a7ea43..f41f084 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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