We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 793ecd8 commit 348ae7dCopy full SHA for 348ae7d
git.ado
@@ -8,9 +8,10 @@ syntax anything(name=gitArgs id="git command and arguments")
8
* This requires that you have git installed and accessible through the command line.
9
* For instructions on installing git, see: http://git-scm.com/downloads
10
*/
11
- di as red "WARNING:"
12
- di as red "This program requires git to be accessible through the command line."
13
- di as red "See http://git-scm.com/downloads"
+ di as yellow "------ WARNING:---------"
+ di as yellow " This program requires git to be accessible through the command line."
+ di as yellow " See http://git-scm.com/downloads"
14
+ di as yellow "------------------------"
15
/*
16
OS-dependent vars
17
0 commit comments