sct/lib/sct/commands_generator.rb in sct-1.0.5 vs sct/lib/sct/commands_generator.rb in sct-1.0.6
- old
+ new
@@ -45,9 +45,10 @@
command :'dev' do |c|
c.syntax = 'sct dev'
c.description = 'start development container in the current directory'
c.option '--build', '(re)build images before starting'
c.option '--pull', 'pull latest images before starting'
+ c.option '--wsl-debugger', 'use if running the PHP debugger from WSL'
c.action do |args, options|
Sct::DevCommand.new.execute args, options
end
end