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
nichlinkbinary: 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
nichlinkandcargo-nichlinkbinaries, and writes its reports to process stdout. 从 argv 风格的迭代器分发一条命令(程序名会被消耗忽略)。nichlink与cargo-nichlink两个二进制共用,报告写到进程 stdout。 - run_to
- The same dispatch as
run, against an explicit sink. 与run相同的分发,但写到显式指定的输出。