golang-github-mitchellh-cli 0.0~git20150618.0.8102d0e-1 source package in Ubuntu

Changelog

golang-github-mitchellh-cli (0.0~git20150618.0.8102d0e-1) unstable; urgency=low

  * Initial release (Closes: #796357)

 -- Alexandre Viau <email address hidden>  Wed, 21 Oct 2015 15:23:28 -0700

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-mitchellh-cli_0.0~git20150618.0.8102d0e-1.dsc 2.2 KiB 2e3906e469e4567a15f133807e919261a708ce3ca034cc6cbc00b11400fc32be
golang-github-mitchellh-cli_0.0~git20150618.0.8102d0e.orig.tar.bz2 11.7 KiB d0315f2ea6bfc6406df12fced44ed85c44ea33af2445b596e620c5c96440f8b3
golang-github-mitchellh-cli_0.0~git20150618.0.8102d0e-1.debian.tar.xz 6.2 KiB b1ab68c8c87a7e20ca6fa20dae9cb3005c6b79fdf2a21439b3fd5fce64652f17

No changes file available.

Binary packages built by this source

golang-github-mitchellh-cli-dev: library for implementing command-line interfaces

 cli is a library for implementing powerful command-line interfaces in
 Go. cli is the library that powers the CLI for Packer, Serf, and Consul.
 .
 Features:
  - Easy sub-command based CLIs: cli foo, cli bar, etc.
  - Optional support for default subcommands so cli does something other
    than error.
  - Automatic help generation for listing subcommands
  - Automatic help flag recognition of -h, --help, etc.
  - Automatic version flag recognition of -v, --version.
  - Helpers for interacting with the terminal, such as outputting information,
    asking for input, etc. These are optional, you can always interact with
    the terminal however you choose.
  - Use of Go interfaces/types makes augmenting various parts of the library a
    piece of cake.