client/vendor/golang.org/x/term
David Simansky ee3514402f
Update spf13/cobra deps (#1734)
* Update spf13/cobra deps

* Update vendor & licences

* Fix codegen versions
2022-09-22 10:36:12 +00:00
..
CONTRIBUTING.md fix: Fix deprecated terminal lib (#1215) 2021-02-05 12:56:03 -08:00
LICENSE fix: Fix deprecated terminal lib (#1215) 2021-02-05 12:56:03 -08:00
PATENTS fix: Fix deprecated terminal lib (#1215) 2021-02-05 12:56:03 -08:00
README.md upgrade to latest dependencies (#1207) 2021-02-09 10:04:50 -08:00
codereview.cfg upgrade to latest dependencies (#1610) 2022-02-28 02:12:07 -08:00
term.go Update spf13/cobra deps (#1734) 2022-09-22 10:36:12 +00:00
term_plan9.go fix: Fix deprecated terminal lib (#1215) 2021-02-05 12:56:03 -08:00
term_unix.go upgrade to latest dependencies (#1570) 2022-01-19 04:53:53 -08:00
term_unix_bsd.go upgrade to latest dependencies (#1434) 2021-08-30 05:07:28 -07:00
term_unix_other.go upgrade to latest dependencies (#1570) 2022-01-19 04:53:53 -08:00
term_unsupported.go upgrade to latest dependencies (#1434) 2021-08-30 05:07:28 -07:00
term_windows.go fix: Fix deprecated terminal lib (#1215) 2021-02-05 12:56:03 -08:00
terminal.go Update spf13/cobra deps (#1734) 2022-09-22 10:36:12 +00:00

README.md

Go terminal/console support

Go Reference

This repository provides Go terminal and console support packages.

Download/Install

The easiest way to install is to run go get -u golang.org/x/term. You can also manually git clone the repository to $GOPATH/src/golang.org/x/term.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.

The main issue tracker for the term repository is located at https://github.com/golang/go/issues. Prefix your issue with "x/term:" in the subject line, so it is easy to find.