def prompt_pull_strategy
        @output.puts 'Pull strategy'.bold.blue
        @output.puts "Default: `#{@defaults[:pull_strategy].bold}`"
        result = @thor.ask('Enter strategy or press return for default:'.bold)