Sha256: 9886475ad7675e943a010112630572b06f27b598c2bc2ea2f7c7c2bd7a434788

Contents?: true

Size: 240 Bytes

Versions: 2

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

2 entries across 2 versions & 1 rubygems

Version Path
smart_todo-1.2.0 exe/smart_todo
smart_todo-1.1.0 exe/smart_todo