question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Shell] Default color for parameter value is very weak

See original GitHub issue

Description

Outline the issue here: Default color for parameter value is very weak. More distinct color is better especially for users who use terminal with black/grey colored background. It’s good to pick a color from standard 16 color pallet considering many terminal configurations.


Environment summary

Install Method: How did you install the CLI? (e.g. pip, interactive script, apt-get, Docker, MSI, nightly)
pip install --user azure-cli-shell

CLI Version: What version of the CLI and modules are installed? (Use az --version)
azure-cli-shell (0.2.2)

OS Version: What OS and version are you using?

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 16.10
Release:        16.10
Codename:       yakkety

Shell Type: What shell are you using? (e.g. bash, cmd.exe, Bash on Windows)
I’ve tried the following patterns.

  • bash or zsh + tmux
  • bash or zsh + w/o tmux

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
oakeyccommented, May 1, 2017

PR #93 for azure-cli-shell added the colors

0reactions
tjprescottcommented, Feb 11, 2019

It is in the title [Shell] and also you can tell from the prompt in the screenshot az>> is the prompt within az interactive. But you are right–nothing in the original post makes that clear. I just happen to know the history of the issue 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

bash - How to change the output color of echo in Linux
Use ; instead of && so if tput errors the text still shows. Shell variables. Another option is to use shell variables: red=`tput...
Read more >
colors - Apple Open Source
Put standard ANSI color codes in shell parameters for easy use. ... -Ag color colour color=( # Codes listed in this array are...
Read more >
Terminal Colors | Chris Yeh - GitHub Pages
We can chain together parameters; for example, ESC[32;47m specifies green foreground text on a white background. The following diagram shows a ...
Read more >
Color Cells Based on Cell Value With Excel ... - YouTube
... Visit this page for the sample file and written instructions.Add color to a cell, to make the high and low val...
Read more >
ANSI escape code - Wikipedia
ANSI escape sequences are a standard for in-band signaling to control cursor location, color, font styling, and other options on video text terminals...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found