Tue, 27 Jan 2026 03:27:08 CST | login

Information for build golang-github-spf13-cobra-1.8.0-1.ocs23

ID19217
Package Namegolang-github-spf13-cobra
Version1.8.0
Release1.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/golang-github-spf13-cobra.git?.#4ed67aa6a068b29c1bc7da2ba5432f2673f528c5
SummaryA Commander for modern Go CLI interactions
DescriptionCobra is a library providing a simple interface to create powerful modern CLI interfaces similar to git & go tools. Cobra is also an application that will generate your application scaffolding to rapidly develop a Cobra-based application. Cobra provides: - Easy subcommand-based CLIs: app server, app fetch, etc. - Fully POSIX-compliant flags (including short & long versions) - Nested subcommands - Global, local and cascading flags - Easy generation of applications & commands with cobra init appname & cobra add cmdname - Intelligent suggestions (app srver... did you mean app server?) - Automatic help generation for commands and flags - Automatic help flag recognition of -h, --help, etc. - Automatically generated bash autocomplete for your application - Automatically generated man pages for your application - Command aliases so you can change things without breaking them - The flexibility to define your own help, usage, etc. - Optional tight integration with viper for 12-factor apps
Built byxinlongchen
State complete
Volume DEFAULT
StartedWed, 04 Sep 2024 13:01:41 CST
CompletedWed, 04 Sep 2024 13:04:05 CST
Taskbuild (dist-ocs23-epol9, /opencloudos-stream/golang-github-spf13-cobra.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/golang-github-spf13-cobra.git?.#origin/master'}}
Tags
dist-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
golang-github-spf13-cobra-1.8.0-1.ocs23.src.rpm (info) (download)
noarch
golang-github-spf13-cobra-devel-1.8.0-1.ocs23.noarch.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Wed Sep 04 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.8.0-1 - initial build