
squatting -- Squatting server start-up script

Usage:
squatting [OPTION]... APPLICATION
Starting an App in web server mode on port 4234:
squatting -p 4234 App
Start an App in interactive console mode:
squatting -C App
Welcome to the Perl shell. Type ':help' for more information
App @> \@App::Controllers::C
App @> \%App::Controllers::C
App @> \@App::Views::V
App @> \%App::Views::V
App @> App->get('Home')
App @> App->post('Comment', { name => 'beppu', body => 'Why?' })

Start a Squatting application.

Port for web server (defaults to 4234)
(TODO) Start a log file ('-' for STDOUT)
Run in console mode with Shell::Perl.
Set Continuity's debug level. 0 is the least verbose setting, and higher numbers get progressively more verbose.
Show version
Display the International Squatting Symbol.
Show the help message