percent-encoding-command 0.1.5

A command for percent-encoding conversion.
Documentation
name: pct
author: Ryan Li <conbas2019@gmail.com>
args:
  - decode:
      short: d
      long: decode
      about: decodes input
  - input:
      short: i
      long: input
      about: input file (default from stdin)
      takes_value: true
  - output:
      short: o
      long: output
      about: output file (default into stdout)
      takes_value: true