cluster/lib/cluster/commands_generator.rb in sct-1.8.2 vs cluster/lib/cluster/commands_generator.rb in sct-1.9.0

- old
+ new

@@ -19,9 +19,10 @@ command :start do |c| c.syntax = "sct cluster start" c.description = "(re)start the cluster" c.option '--build', '(re)build images before starting' c.option '--pull', 'pull latest images before starting' + c.option '--nuxt', 'use nuxt instead of ui' c.action do |args, options| Cluster::Runner.new.start args, options end end