包含电池的命令行界面框架
我一直在寻找一个“开箱即用”的命令行界面(CLI)框架,它除了提供常规的参数和标志解析外,还能提供遥测、认证、发布管道、测试工具等功能,但我找不到类似的东西。
随着命令行界面变得越来越流行,这些问题似乎会变得越来越普遍。有没有人知道有提供这些功能的现成服务?我在想类似于 stainless.com 的东西,但针对的是命令行界面,而不是软件开发工具包(SDK)。
查看原文
I've been looking for a "batteries included" CLI framework that besides the usual argument and flag parsing also provides telemetry, auth, release pipeline, testing utils, ... but couldn't find anything like that.<p>As CLIs are becoming more popular it seems that these problems will be more and more common. Is anyone aware of a service that provides those features out-of-the-box? I'm thinking about something like stainless.com but for CLIs instead of SDKs.