Nicer output

This commit is contained in:
David Heinemeier Hansson
2023-01-26 22:17:02 +01:00
parent 29a8a52cef
commit 9af09256d9

View File

@@ -57,7 +57,7 @@ class Mrsk::Cli::Main < Mrsk::Cli::Base
desc "config", "Show combined config"
def config
run_locally do
pp MRSK.config.to_h
puts MRSK.config.to_h.to_yaml
end
end