Skip to main content

Crate nichlink_cli

Crate nichlink_cli 

Source
Expand description

NichLink command-line interface. NichLink 命令行界面。

Functions§

argv_strings
Convert process arguments to text, naming the first that is not UTF-8. 把进程参数转成文本,并点名第一个不是 UTF-8 的参数。
main
Entry point for the nichlink binary: dispatch this process’s own argv. nichlink 二进制的入口:分发本进程自己的 argv。
run
Dispatch one command from an argv-style iterator (the program name is consumed and ignored). Shared by the nichlink and cargo-nichlink binaries, and writes its reports to process stdout. 从 argv 风格的迭代器分发一条命令(程序名会被消耗忽略)。nichlink 与 cargo-nichlink 两个二进制共用,报告写到进程 stdout。
run_to
The same dispatch as run, against an explicit sink. 与 run 相同的分发,但写到显式指定的输出。