2 个版本
0.1.2 | 2024年3月23日 |
---|---|
0.1.1 | 2023年12月20日 |
#996 在 命令行工具
每月45次下载
30KB
782 代码行
Jobcan-cli
Jobcan 操作命令行工具。
安装
使用 cargo
cargo install jobcan-cli
二进制版本
您可以从 版本页面 下载二进制文件并手动安装。
用法
$ jobcan --help
Usage: jobcan <COMMAND>
Commands:
clock-in Login to Jobcan and clock in
clock-out Login to Jobcan and clock out
start-break Login to Jobcan and start break
end-break Login to Jobcan and end break
status Login to Jobcan and get current working status
list-groups Login to Jobcan and list groups which you belong to
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version
运行 jobcan <COMMAND> --help
获取有关命令的更多信息。
例如 jobcan clock-in--help
$ jobcan clock-in --help
Login to Jobcan and clock in
Usage: jobcan clock-in [OPTIONS]
Options:
-e, --email <EMAIL> Account email. Default to $JOBCAN_EMAIL if not set.
-p, --password <PASSWORD> Account password. Default to $JOBCAN_PASSWORD if not set.
--group-id <GROUP_ID> Group ID. Default to $JOBCAN_GROUP_ID if not set.
--night-shift Night-Shift mode.
--notes <NOTES> Notes to be added to the stamp.
-h, --help Print help
依赖项
~11–27MB
~446K SLoC