s2tw 1.0.6

A simple tool for converting Simple Chinese to Traditional Chinese(TW).
docs.rs failed to build s2tw-1.0.6
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: s2tw-1.0.19

s2tw

Build Status

A simple tool for converting Simple Chinese to Traditional Chinese(TW).

Help

EXAMPLES:
  s2tw                                # Convert each of input lines from Simple Chinese to Traditional Chinese
  s2tw chs.txt cht.txt                # Convert chs.txt (in Simple Chinese) to cht.txt (in Traditional Chinese)
  s2tw a.chs.txt                      # Convert a.chs.txt (in Simple Chinese) to a.cht.txt (in Traditional Chinese)

USAGE:
    s2tw [FLAGS] [ARGS]

FLAGS:
    -f, --force      Forces to output if the output file exists.
    -h, --help       Prints help information
    -V, --version    Prints version information

ARGS:
    <S_PATH>     Assigns the path of your Simple Chinese document. It should be a file path.
    <TW_PATH>    Assigns the path of your Traditional Chinese document. It should be a file path.

License

MIT