0.2.1 • Published 7 years ago
csgo-cli v0.2.1
CSGO-Cli ·
get CSGO professional infomation easily via cli, match, team and player.
Install
To use csgo-cli, Node v6.0.0 is required.
Usage
Usage:
csgo [options] [command]
Options:
-v, --version output the version number
-h, --help output usage information
Commands:
team|t [options] [name] query team info, one team for one time
match|m query the time table of upcoming matches
player|p query player info Example
help
$ csgo -h
$ csgo --help
$ csgo team -h
get the infomation of one commandversion
$ csgo -v
$ csgo --version
get the overview of this climatch schedule
$ csgo m
$ csgo match
querying the time table of upcoming matches...team infomation
$ csgo t -o navi
$ csgo team -o navi
uerying team overview of team navi...run csgo t -h from more
play infomation
$ csgo p s1mple
$ csgo player s1mple
querying info of s1mple..Issue & Feature Request
create an issue please.
