logram 1.0.0

Push logs updates to Telegram
name: logram
version: "1.0"
author: Maxim Lisw <ralvke@gmail.com>
about: Push log files updates to Telegram
args:
  - config:
      short: c
      long: config
      value_name: FILE
      help: Sets config file location
      takes_value: true

subcommands:
  - echo_id:
      about: get chat ids
      args:
        - token:
            short: t
            long: token
            help: Bot token
            takes_value: true
            required: true