Fri, 27 Jun 2025 03:03:49 CST | login

Information for build golang-github-spf13-cobra-1.8.0-2.oc9

ID37248
Package Namegolang-github-spf13-cobra
Version1.8.0
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/golang-github-spf13-cobra.git?.#d2ae0788db8b2fe0f423ce58562aa9aba517a486
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 bybbrucezhang
State complete
Volume DEFAULT
StartedFri, 13 Jun 2025 04:07:51 CST
CompletedFri, 13 Jun 2025 04:18:50 CST
Taskbuild (dist-oc9-epol, /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-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
golang-github-spf13-cobra-1.8.0-2.oc9.src.rpm (info) (download)
noarch
golang-github-spf13-cobra-devel-1.8.0-2.oc9.noarch.rpm (info) (download)
Logs
x86_64
dnf.rpm.log
build.log
dnf.librepo.log
hw_info.log
dnf.log
mock_output.log
state.log
root.log
installed_pkgs.log
mock_config.log
noarch_rpmdiff.json
aarch64
root.log
mock_config.log
dnf.rpm.log
hw_info.log
installed_pkgs.log
mock_output.log
dnf.log
state.log
build.log
dnf.librepo.log
noarch_rpmdiff.json
loongarch64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Jun 09 2025 bbrucezhang <bbrucezhang@tencent.com> - 1.8.0-2 - Rebuilt for loongarch64 * Wed Sep 04 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.8.0-1 - initial build