跳到主要内容

获取帮助

方法一:命令 help

bash
ls --help

例如 ls --help

git --help

方法二:查询 cheat.sh

bash
curl cheat.sh/<command>

例如 ls 命令

git 命令