2 Star 0 Fork 3

NanhuLab/tcas-cli

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
secret.go 535 Bytes
一键复制 编辑 原始数据 按行查看 历史
24min 提交于 2024-08-14 14:59 . !7[Command] add ca & verify token command
/*
* @Author: jffan
* @Date: 2024-07-31 15:01:17
* @LastEditTime: 2024-08-02 15:00:48
* @LastEditors: jffan
* @FilePath: \gitee-tcas\cmd\secret\secret.go
* @Description:
*/
package secret
import (
"github.com/spf13/cobra"
)
// secretCmd represents the secret command
var Cmd = &cobra.Command{
Args: cobra.NoArgs,
Use: "secret",
Short: "manager secret",
Long: "",
SuggestionsMinimumDistance: 1,
DisableSuggestions: false,
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/nanhu-lab/tcas-cli.git
git@gitee.com:nanhu-lab/tcas-cli.git
nanhu-lab
tcas-cli
tcas-cli
v0.0.1

搜索帮助