# File lib/cft/commands.rb, line 159
            def initialize(name)
                super(name)
                @roots = Cft::WATCH_DIRS.dup
                if ENV["CFT_WATCH_DIRS"]
                    @roots.concat(ENV["CFT_WATCH_DIRS"].split(":"))
                end
                @resume = false
            end