1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: golang-github-manifoldco-promptui
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Reinhard Tartler <siretart@tauware.de>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-chzyer-readline-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-manifoldco-promptui
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-manifoldco-promptui.git
Homepage: https://github.com/manifoldco/promptui
XS-Go-Import-Path: github.com/manifoldco/promptui
Package: golang-github-manifoldco-promptui-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-chzyer-readline-dev,
${misc:Depends}
Description: Interactive prompt for command-line applications (library)
promptui Interactive prompt for command-line applications.
.
Promptui is a library providing a simple interface to create
command-line prompts for go. It can be easily integrated
into spf13/cobra (https://github.com/spf13/cobra), urfave/cli
(https://github.com/urfave/cli) or any cli go application.
|