Source: golang-github-manifoldco-promptui Section: devel Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Reinhard Tartler 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.