Add internal flags

This commit is contained in:
Maniack Crudelis 2020-04-20 15:21:11 +02:00
parent b0398ae6dc
commit 3442ab5b80
4 changed files with 8 additions and 2 deletions

View file

@ -288,8 +288,6 @@ EOF
# Add dependencies to install with ynh_install_app_dependencies
#
# [internal]
#
# usage: ynh_add_app_dependencies --package=phpversion [--replace]
# | arg: -p, --package - Packages to add as dependencies for the app.
# | arg: -r, --replace - Replace dependencies instead of adding to existing ones.

View file

@ -51,6 +51,8 @@ ynh_port_available () {
# Validate an IP address
#
# [internal]
#
# usage: ynh_validate_ip --family=family --ip_address=ip_address
# | ret: 0 for valid ip addresses, 1 otherwise
#

View file

@ -108,6 +108,8 @@ ynh_sanitize_dbid () {
# Normalize the url path syntax
#
# [internal]
#
# Handle the slash at the beginning of path and its absence at ending
# Return a normalized url path
#

View file

@ -255,6 +255,8 @@ ynh_local_curl () {
# Render templates with Jinja2
#
# [internal]
#
# Attention : Variables should be exported before calling this helper to be
# accessible inside templates.
#
@ -345,6 +347,8 @@ ynh_secure_remove () {
# Extract a key from a plain command output
#
# [internal]
#
# example: yunohost user info tata --output-as plain | ynh_get_plain_key mail
#
# usage: ynh_get_plain_key key [subkey [subsubkey ...]]