This commit is contained in:
Roberto Alsina 2024-07-04 10:58:32 -03:00
parent 99fa759880
commit 88a444f9f7
2 changed files with 4 additions and 5 deletions

View File

@ -1,13 +1,12 @@
module Faaso module Faaso
module Commands module Commands
# Controls a funko's scale # Controls a funko's scale
# #
# Scale is how many instances are running. # Scale is how many instances are running.
# #
# If it's increased, more instances are created. # If it's increased, more instances are created.
# It it's decreased, instances are destroyed. # It it's decreased, instances are destroyed.
# #
# In both cases stopped instances after the required # In both cases stopped instances after the required
# scale is reached are deleted. # scale is reached are deleted.
struct Scale struct Scale

View File

@ -54,7 +54,7 @@ DOC
ans = Docopt.docopt(doc, ARGV) ans = Docopt.docopt(doc, ARGV)
LogFormat.setup(ans["-v"].to_s.to_i) LogFormat.setup(ans["-v"].to_s.to_i)
Log.debug {ans} Log.debug { ans }
case ans case ans
when .fetch("build", false) when .fetch("build", false)