microservice 0.1.0

A microservice template using Cap'n Proto
Documentation
---
name: microservice-rs
bin_name: microservice
author: Sascha Grunert <mail@saschagrunert.de>
about: A microservice template using Cap'n Proto
after_help: 'More info at: https://github.com/saschagrunert/microservice-rs'
global_settings:
  - VersionlessSubcommands
  - ColoredHelp

args:
  - verbose:
      short: v
      help: Set the verbosity level (maximum 2x `v`)
      multiple: true
  - test:
      short: t
      long: test
      help: Create a test client and talk to a server instance.
  - address:
      short: a
      long: address
      help: The address for the client/server.
      takes_value: true
      default_value: 127.0.0.1:30080
  - servercertfile:
      long: server-cert-file
      help: The location of the TLS certificate file for the server
      takes_value: true
      default_value: tests/certificate.pfx
  - clientcertfile:
      long: client-cert-file
      help: The location of the TLS certificate file for the client
      takes_value: true
      default_value: tests/certificate.der