aboutsummaryrefslogtreecommitdiff
path: root/pkg/cli/ui.go
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2017-05-07 22:46:38 +0200
committerStefan Majewsky <majewsky@gmx.net>2017-05-07 23:02:08 +0200
commit36b903423828b2e35c9c1fde3fdc898fe2ed23ca (patch)
tree22770bbade8c8e20a3b6f4e9f5a91ed9d5580f89 /pkg/cli/ui.go
parent385645d1a0bb9ae618e92d2e7a2ea6fe256b5ba2 (diff)
downloadgofu-36b903423828b2e35c9c1fde3fdc898fe2ed23ca.tar.gz
refactor towards new cli.Interface
Diffstat (limited to 'pkg/cli/ui.go')
-rw-r--r--pkg/cli/ui.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/cli/ui.go b/pkg/cli/ui.go
index c4eff69..60ae553 100644
--- a/pkg/cli/ui.go
+++ b/pkg/cli/ui.go
@@ -29,6 +29,8 @@ type AnsiStyle string
const (
//AnsiNormal reverts all styles to default.
AnsiNormal AnsiStyle = "0"
+ //AnsiBold makes the text bold.
+ AnsiBold AnsiStyle = "1"
//AnsiInverse swaps foreground and background color.
AnsiInverse AnsiStyle = "7"
//AnsiBlack is a foreground color.