Class: Zapp::CLI

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

Overview

Provides the CLI utility for easily running Ruby 3.0.0+ applications with Zap

Instance Method Summary collapse

Instance Method Details

#runObject



8
9
10
11
12
# File 'lib/zapp/cli.rb', line 8

def run
  parse_options

  Zapp::Server.new.run
end