添加 gitlink-cli auth checkin 命令,用于定时刷新认证会话,防止用户登录状态过期 #261
Loading…
Reference in New Issue
No description provided.
Delete Branch "wdgde/gitlink-cli:feature/wdd"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
合并请求描述
添加 gitlink-cli auth checkin 命令,用于定时刷新认证会话,防止用户登录状态过期。
相关 Issue
关联 Issue 编号:#(如有请填写)
变更内容
1. 新增 auth checkin 命令
2. 实现特性
3. 国际化支持
使用示例
#默认 30 分钟刷新一次
gitlink-cli auth checkin
#自定义间隔,例如 15 分钟
gitlink-cli auth checkin -t 15
测试情况
Pull request closed