Sha256: 1729795dbed26b8c79dfd2bdd75fb7aa4646f476b09e2d7268f0b5859fd87b7d

Contents?: true

Size: 240 Bytes

Versions: 3

Compression:

Stored size: 240 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

SmartTodo::CLI.new.run

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
smart_todo-1.4.3 exe/smart_todo
smart_todo-1.3.1 exe/smart_todo
smart_todo-1.3.0 exe/smart_todo