NAME
    App::Dochazka::CLI - Dochazka command line client

VERSION
    Version 0.096

PACKAGE VARIABLES AND EXPORTS
    * `$current_date'
        The current date, as determined by `bin/dochazka-cli'

    * `$current_emp'
        The App::Dochazka::Model::Employee object of the current employee.

    * `$current_priv'
        The privlevel of the current employee.

    * `$message'
        A package variable to hold the message to be displayed to the user
        when she enters a command.

SYNOPSIS
    Dochazka command line client.

        bash$ dochazka-cli
        Dochazka(2014-08-08) demo> 

DESCRIPTION
    This is the Dochazka command line client.

COMMANDS
    The command syntax is intended to be closely coupled with the underlying
    REST resources.

  Top-level
    The top-level REST resources are documented at
    App::Dochazka::REST::Dispatch.

    The top-level CLI commands are documented at App::Dochazka::CLI::Parser.

