Merge branch 'main' into role-awareness

This commit is contained in:
David Heinemeier Hansson
2023-03-14 19:11:10 -04:00
committed by GitHub
10 changed files with 233 additions and 30 deletions

View File

@@ -56,7 +56,7 @@ class Mrsk::Commands::Traefik < Mrsk::Commands::Base
private
def cmd_option_args
if args = config.traefik["args"]
optionize args
optionize args, with: "="
else
[]
end