Skip to content

LambdaRan/uname-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

uname-rs

获取系统的某些信息。 Rust练习项目。

如何使用

Print certain system information.

USAGE:
    unamers [FLAGS]

FLAGS:
    -a, --all                 Print all information, in the following order
    -h, --help                Prints help information
    -s, --kernel-name         Print the kernel name
    -r, --kernel-release      Print the kernel release
    -v, --kernel-version      Print the kernel version
    -m, --machine             Print the machine hardware name
    -n, --nodename            Print the network node hostname
    -p, --processor           print the processor type
    -o, --operating-system    Print the operating system
    -V, --version             Prints version information

About

打印系统某些信息。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages