Class: Pagy::CLI

Inherits:
Object
  • Object
show all
Defined in:
lib/pagy/cli.rb

Constant Summary collapse

HOST =
'localhost'
PORT =
'8000'

Instance Method Summary collapse

Instance Method Details

#start(args = ARGV) ⇒ Object



14
15
16
17
# File 'lib/pagy/cli.rb', line 14

def start(args = ARGV)
  options = parse_options(args)
  run_command(args, options)
end