~ymyasoedov/maggy/trunk

« back to all changes in this revision

Viewing changes to maggy

  • Committer: Yuri Myasoedov
  • Date: 2015-07-19 18:02:00 UTC
  • Revision ID: ymyasoedov@yandex.ru-20150719180200-zaqwamp3czbqqx61
Clean the code

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
my $client = Maggy::Client->new(options => \%options);
17
17
$client->parse_cmd(@ARGV);
18
 
 
19
 
exit 0;