mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
helpers: Flag ynh_print_ON/OFF as internal to not advertise them in the doc
This commit is contained in:
parent
c060670924
commit
fe959bd7fa
1 changed files with 4 additions and 0 deletions
|
@ -174,6 +174,8 @@ ynh_exec_fully_quiet() {
|
|||
#
|
||||
# usage: ynh_print_OFF
|
||||
#
|
||||
# [internal]
|
||||
#
|
||||
# WARNING: You should be careful with this helper, and never forget to use ynh_print_ON as soon as possible to restore the logging.
|
||||
#
|
||||
# Requires YunoHost version 3.2.0 or higher.
|
||||
|
@ -185,6 +187,8 @@ ynh_print_OFF() {
|
|||
#
|
||||
# usage: ynh_print_ON
|
||||
#
|
||||
# [internal]
|
||||
#
|
||||
# Requires YunoHost version 3.2.0 or higher.
|
||||
ynh_print_ON() {
|
||||
exec {BASH_XTRACEFD}>&1
|
||||
|
|
Loading…
Add table
Reference in a new issue