Sha256: b04ce565f9848f19cb4c6b07349f61db364a573228fc5bcd3675b94767e4afc0

Contents?: true

Size: 245 Bytes

Versions: 5

Compression:

Stored size: 245 Bytes

Contents

#!/usr/bin/env ruby
# frozen_string_literal: true

$LOAD_PATH.unshift("#{__dir__}/../lib")

require "smart_todo"

if ENV["ENABLE_SMART_TODO"] && !ARGV.include?("--dispatcher")
  ARGV << "--dispatcher" << "slack"
end

exit SmartTodo::CLI.new.run

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
smart_todo-1.9.0 exe/smart_todo
smart_todo-1.8.0 exe/smart_todo
smart_todo-1.7.0 exe/smart_todo
smart_todo-1.6.0 exe/smart_todo
smart_todo-1.5.0 exe/smart_todo