hstrace 0.0.5

Syscall tracing from command line and as a library
Documentation
name: hstrace
version: "0.0.1"
about: hstrace for stracing processes
author: Mika Vatanen <blaind@blaind.net>

args:
  - expr:
      help: Expression
      short: e
      takes_value: true
  - no-follow:
      long: no-follow
      help: Do not follow child processes as they are created
  - mode:
      help: Run mode
      short: m
      default_value: strace
  - output_file:
      help: Save output to a file instead of stderr. If suffix is `.json`, will be stored in JSON-format (format subject to change)
      value_name: file
      short: o
      takes_value: true
  - pid:
      help: PID to trace
      short: p
      takes_value: true
  - prog:
      help: Program to strace
      required_unless: pid
      multiple: true
  - strsize:
      short: s
      help: Maximum length of printable strings
      takes_value: true
      default_value: "32"