Fri, 07 Jun 2024 09:49:27 UTC | login

Information for build golang-github-spf13-cobra-1.5.0-2.fc37

ID210180
Package Namegolang-github-spf13-cobra
Version1.5.0
Release2.fc37
Epoch
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 bydavidlt
State complete
Volume DEFAULT
StartedFri, 14 Oct 2022 12:28:33 UTC
CompletedFri, 14 Oct 2022 12:28:33 UTC
Tags
f37
f38
RPMs
src
golang-github-spf13-cobra-1.5.0-2.fc37.src.rpm (info) (download)
noarch
golang-github-spf13-cobra-devel-1.5.0-2.fc37.noarch.rpm (info) (download)
Changelog * Sun Sep 18 2022 Robert-André Mauchin <zebob.m@gmail.com> 1.5.0-2 - SPEC cleanup * Fri Sep 02 2022 Maxwell G <gotmax@e.email> 1.5.0-1 - Update to 1.5.0. Fixes rhbz#2099959. * Fri Sep 02 2022 Maxwell G <gotmax@e.email> 1.4.0-5 - Adopt new licensing guidelines * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> 1.4.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Jun 21 2022 Maxwell G <gotmax@e.email> 1.4.0-3 - Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191, CVE-2022-29526, CVE-2022-30629. * Sat Apr 16 2022 Fabio Alessandro Locati <me@fale.io> 1.4.0-2 - Rebuilt for CVE-2022-27191 * Wed Mar 16 2022 Mikel Olasagasti Uranga <mikel@olasagasti.info> 1.4.0-1 - Update to 1.4.0 - Closes rhbz#2062987 * Thu Feb 03 2022 Maxwell G <gotmax@e.email> 1.3.0-1 - Update to 1.3.0. Fixes rhbz#2033014. * Wed Feb 02 2022 Maxwell G <gotmax@e.email> 1.2.1-3 - Fix broken test and FTBFS (rhbz#2045615). Cleanup. * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> 1.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Sat Oct 02 2021 Mikel Olasagasti Uranga <mikel@olasagasti.info> 1.2.1-1 - Update to 1.2.1 * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Thu Jan 07 2021 Robert-André Mauchin <zebob.m@gmail.com> - 1.1.1-1 - Update to 1.1.1 - Close: rhbz#1888458