معرفی شرکت ها


golang-github-spf13-cobra-devel-1.6.1-2.fc38.noarch.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A Commander for modern Go CLI interactions
ویژگی مقدار
سیستم عامل Linux
توزیع Fedora 38
مخزن Fedora Everything noarch
نام بسته golang-github-spf13-cobra-devel
نام فایل بسته golang-github-spf13-cobra-devel-1.6.1-2.fc38.noarch.rpm
نسخه بسته 1.6.1
انتشار بسته 2.fc38
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Thu 19 Jan 2023 01
هاست سازنده buildhw-x86-09.iad2.fedoraproject.org
نوع بسته .rpm
آدرس صفحه اصلی https://github.com/spf13/cobra
مجوز Apache-2.0
حجم دانلود 122K
حجم نصب 638.473K
Cobra 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 This package contains the source code needed for building packages that reference the following Go import paths: – github.com/spf13/cobra


نیازمندی

مقدار نام
- go-filesystem
- golang(github.com/cpuguy83/go-md2man/v2/md2man)
- golang(github.com/spf13/pflag)
- golang(gopkg.in/yaml.v3)


ارائه دهنده

مقدار نام
= 1.6.1-2.fc38 golang(github.com/spf13/cobra)
= 1.6.1-2.fc38 golang(github.com/spf13/cobra/doc)
= 1.6.1-2.fc38 golang-github-spf13-cobra-devel
= 1.6.1-2.fc38 golang-ipath(github.com/spf13/cobra)


نحوه نصب


نصب پکیج rpm golang-github-spf13-cobra-devel:

    dnf install golang-github-spf13-cobra-devel-1.6.1-2.fc38.noarch.rpm


فایل ها

مسیرها
/usr/share/doc/golang-github-spf13-cobra-devel
/usr/share/doc/golang-github-spf13-cobra-devel/CONDUCT.md
/usr/share/doc/golang-github-spf13-cobra-devel/CONTRIBUTING.md
/usr/share/doc/golang-github-spf13-cobra-devel/README.md
/usr/share/doc/golang-github-spf13-cobra-devel/bash_completions.md
/usr/share/doc/golang-github-spf13-cobra-devel/doc
/usr/share/doc/golang-github-spf13-cobra-devel/doc/README.md
/usr/share/doc/golang-github-spf13-cobra-devel/doc/cmd_test.go
/usr/share/doc/golang-github-spf13-cobra-devel/doc/man_docs.go
/usr/share/doc/golang-github-spf13-cobra-devel/doc/man_docs.md
/usr/share/doc/golang-github-spf13-cobra-devel/doc/man_docs_test.go
/usr/share/doc/golang-github-spf13-cobra-devel/doc/man_examples_test.go
/usr/share/doc/golang-github-spf13-cobra-devel/doc/md_docs.go
/usr/share/doc/golang-github-spf13-cobra-devel/doc/md_docs.md
/usr/share/doc/golang-github-spf13-cobra-devel/doc/md_docs_test.go
/usr/share/doc/golang-github-spf13-cobra-devel/doc/rest_docs.go
/usr/share/doc/golang-github-spf13-cobra-devel/doc/rest_docs.md
/usr/share/doc/golang-github-spf13-cobra-devel/doc/rest_docs_test.go
/usr/share/doc/golang-github-spf13-cobra-devel/doc/util.go
/usr/share/doc/golang-github-spf13-cobra-devel/doc/yaml_docs.go
/usr/share/doc/golang-github-spf13-cobra-devel/doc/yaml_docs.md
/usr/share/doc/golang-github-spf13-cobra-devel/doc/yaml_docs_test.go
/usr/share/doc/golang-github-spf13-cobra-devel/fish_completions.md
/usr/share/doc/golang-github-spf13-cobra-devel/powershell_completions.md
/usr/share/doc/golang-github-spf13-cobra-devel/projects_using_cobra.md
/usr/share/doc/golang-github-spf13-cobra-devel/shell_completions.md
/usr/share/doc/golang-github-spf13-cobra-devel/user_guide.md
/usr/share/doc/golang-github-spf13-cobra-devel/zsh_completions.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/spf13
/usr/share/gocode/src/github.com/spf13/cobra
/usr/share/gocode/src/github.com/spf13/cobra/.goipath
/usr/share/gocode/src/github.com/spf13/cobra/CONDUCT.md
/usr/share/gocode/src/github.com/spf13/cobra/CONTRIBUTING.md
/usr/share/gocode/src/github.com/spf13/cobra/README.md
/usr/share/gocode/src/github.com/spf13/cobra/active_help.go
/usr/share/gocode/src/github.com/spf13/cobra/active_help.md
/usr/share/gocode/src/github.com/spf13/cobra/active_help_test.go
/usr/share/gocode/src/github.com/spf13/cobra/args.go
/usr/share/gocode/src/github.com/spf13/cobra/args_test.go
/usr/share/gocode/src/github.com/spf13/cobra/bash_completions.go
/usr/share/gocode/src/github.com/spf13/cobra/bash_completions.md
/usr/share/gocode/src/github.com/spf13/cobra/bash_completionsV2.go
/usr/share/gocode/src/github.com/spf13/cobra/bash_completionsV2_test.go
/usr/share/gocode/src/github.com/spf13/cobra/bash_completions_test.go
/usr/share/gocode/src/github.com/spf13/cobra/cobra.go
/usr/share/gocode/src/github.com/spf13/cobra/cobra_test.go
/usr/share/gocode/src/github.com/spf13/cobra/command.go
/usr/share/gocode/src/github.com/spf13/cobra/command_notwin.go
/usr/share/gocode/src/github.com/spf13/cobra/command_test.go
... and 38 more


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2023-01-19

Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

2022-12-24

Update to 1.6.1 - Closes rhbz#2133898

2022-09-18

SPEC cleanup

2022-09-02

Update to 1.5.0. Fixes rhbz#2099959.

2022-09-02

Adopt new licensing guidelines

2022-07-21

Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

2022-06-21

Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327,
2022-27191, CVE-2022-29526, CVE-2022-30629.

2022-04-16

Rebuilt for CVE-2022-27191

2022-03-16

Update to 1.4.0 - Closes rhbz#2062987

2022-02-03

Update to 1.3.0. Fixes rhbz#2033014.

2022-02-02

Fix broken test and FTBFS (rhbz#2045615). Cleanup.

2022-01-20

Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

2021-10-02

Update to 1.2.1

2021-07-22

Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

2021-01-26

Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild