All boot/remove for all accessories

This commit is contained in:
David Heinemeier Hansson
2023-01-23 10:38:03 +01:00
parent 699f271e6e
commit 78e50f23cd
2 changed files with 21 additions and 9 deletions

View File

@@ -48,6 +48,10 @@ class Mrsk::Commander
specific_hosts || config.accessories.collect(&:host)
end
def accessory_names
config.accessories.collect(&:name)
end
def app
@app ||= Mrsk::Commands::App.new(config)