The code powering m.abunchtell.com https://m.abunchtell.com
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

6 行
172 B

  1. #!/usr/bin/env ruby
  2. APP_PATH = File.expand_path('../config/application', __dir__)
  3. require_relative '../config/boot'
  4. require_relative '../lib/cli'
  5. Mastodon::CLI.start(ARGV)