tw2s 1.0.3

A simple tool for converting Traditional Chinese(TW) to Simple Chinese.
docs.rs failed to build tw2s-1.0.3
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: tw2s-1.0.19

tw2s

Build Status

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

Help

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

USAGE:
    tw2s [FLAGS] [ARGS]

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

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

License

MIT