File: import.rb

package info (click to toggle)
ruby-commander 4.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 360 kB
  • sloc: ruby: 1,971; makefile: 9
file content (7 lines) | stat: -rw-r--r-- 97 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'commander'

include Commander::Methods

at_exit { run! }