percent-encoding-command 0.1.4

A command for percent-encoding conversion.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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