Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
2910be82
Commit
2910be82
authored
Aug 21, 2020
by
Christopher Engelhard
Browse files
revert change of --no-color option
parent
07fdb087
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
2910be82
...
@@ -6496,7 +6496,7 @@ Parameters:
...
@@ -6496,7 +6496,7 @@ Parameters:
--nocron Only valid for '--install' command, which means: do not install the default cron job.
--nocron Only valid for '--install' command, which means: do not install the default cron job.
In this case, the certs will not be renewed automatically.
In this case, the certs will not be renewed automatically.
--noprofile Only valid for '--install' command, which means: do not install aliases to user profile.
--noprofile Only valid for '--install' command, which means: do not install aliases to user profile.
--nocolor
Do not output color text.
--no
-
color Do not output color text.
--force-color Force output of color text. Useful for non-interactive use with the aha tool for HTML E-Mails.
--force-color Force output of color text. Useful for non-interactive use with the aha tool for HTML E-Mails.
--ecc Specifies to use the ECC cert. Valid for '--install-cert', '--renew', '--revoke', '--toPkcs' and '--createCSR'
--ecc Specifies to use the ECC cert. Valid for '--install-cert', '--renew', '--revoke', '--toPkcs' and '--createCSR'
--csr <file> Specifies the input csr.
--csr <file> Specifies the input csr.
...
@@ -7096,7 +7096,7 @@ _process() {
...
@@ -7096,7 +7096,7 @@ _process() {
--noprofile
)
--noprofile
)
_noprofile
=
"1"
_noprofile
=
"1"
;;
;;
--nocolor
|
--no-color
)
--no-color
)
export
ACME_NO_COLOR
=
1
export
ACME_NO_COLOR
=
1
;;
;;
--force-color
)
--force-color
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment