golang-github-spf13-cobra 0.0~git20151224.0.b3f29e9-1 source package in Ubuntu

Changelog

golang-github-spf13-cobra (0.0~git20151224.0.b3f29e9-1) unstable; urgency=medium

  * New upstream snapshot:
    - always show help if requested, even if SilenceErrors is enabled
    - Add flaghash to bash_completion to keep flag value
    - adding nanobox/nanopack to list of cobra users
    - Issue #195: Move doc generation into separate pkg

 -- Anthony Fok <email address hidden>  Thu, 24 Dec 2015 10:08:45 -0700

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
golang-github-spf13-cobra_0.0~git20151224.0.b3f29e9-1.dsc 2.4 KiB 15c40201568c6b968a7aca5a79588750c6ec136a6a9b8e51f7d724d84da60b4d
golang-github-spf13-cobra_0.0~git20151224.0.b3f29e9.orig.tar.xz 49.4 KiB 125cb6c9d4f3f7c6ae2bed58f85a78cc2ccf3c9ad66f6d085da98d965a5dd542
golang-github-spf13-cobra_0.0~git20151224.0.b3f29e9-1.debian.tar.xz 3.3 KiB c8839b2cb7e2f25893d423d0857f3007cb66fcfeba8335e1959cc21f274ae586

No changes file available.

Binary packages built by this source

cobra: Tool to generate Cobra-based modern Go CLI application

 Cobra is a Go library providing a simple interface to create powerful
 modern CLI interfaces similar to git & go tools.
 .
 Cobra has an exceptionally clean interface and simple design without
 needless constructors or initialization methods.
 .
 This package contains the Cobra Generator as /usr/bin/cobra,
 a tool that will generate your application scaffolding
 to rapidly develop a Cobra-based application.

cobra-dbgsym: debug symbols for package cobra

 Cobra is a Go library providing a simple interface to create powerful
 modern CLI interfaces similar to git & go tools.
 .
 Cobra has an exceptionally clean interface and simple design without
 needless constructors or initialization methods.
 .
 This package contains the Cobra Generator as /usr/bin/cobra,
 a tool that will generate your application scaffolding
 to rapidly develop a Cobra-based application.

golang-github-spf13-cobra-dev: Go library for creating powerful modern Go CLI applications

 Cobra is a Go library providing a simple interface to create powerful
 modern CLI interfaces similar to git & go tools.
 .
 Cobra has an exceptionally clean interface and simple design without
 needless constructors or initialization methods.
 .
 This package contains the Cobra library for Go.