Sha256: fa4389ce0302c1da820d13eaea41ef4505e218cde6520241e462440bc670e130
Contents?: true
Size: 276 Bytes
Versions: 3
Compression:
Stored size: 276 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true require "bundler/setup" require "smart_todo" class NullDispatcher < SmartTodo::Dispatchers::Base class << self def validate_options!(_); end end def dispatch end end exit SmartTodo::CLI.new(NullDispatcher).run
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
smart_todo-1.9.0 | bin/profile |
smart_todo-1.8.0 | bin/profile |
smart_todo-1.7.0 | bin/profile |