tep 0.1.3

A blazingly fast command-line tool for converting Chinese punctuations to English punctuations.
Documentation

tep

Rust package on crates.io

A blazingly fast command-line tool for converting Chinese punctuations to English punctuations.

[TOC]

Installation

// TODO

Command-line Usage

Usage Overview

USAGE:
    tep [FLAGS] <input> [output]

FLAGS:
    -h, --help       Prints help information
    -t, --trim       Trim empty character(s) for each line and the content
    -V, --version    Prints version information

ARGS:
    <input>     Input file
    <output>    Output file, same as input file if not present
  • <> means the argument is required, while [] means optional.