Logo
Explore Help
Register Sign In
kairos/luet
1
0
Fork 0
You've already forked luet
mirror of https://github.com/mudler/luet.git synced 2025-08-31 23:02:16 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
67a07e7c5a5e772379ec39a57cde49d6806d0e37
luet/pkg/helpers/terminal/terminal_check_no_terminal.go

12 lines
113 B
Go
Raw Normal View History

Massive UX rewrite - Ditch multiple libraries for progressbar, spinner, colors and replace with pterm - Detect when running on terminal and disable automatically spinner - Add support for multiple progress bars - Huge rewrite of the configuration part. No more crazy stuff with viper CLI commands now correctly overrides default config file as expected - Limit banner to be displayed on relevant parts Fixes #211 Fixes #105 Fixes #247 Fixes #233
2021-10-19 22:26:23 +02:00
// +build js nacl plan9
package terminal
import (
"io"
)
func IsTerminal(w io.Writer) bool {
return false
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.5 Page: 1221ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API