mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Add an example for ynh_get_plain_key helper usage
This commit is contained in:
parent
9d6f9d4c07
commit
4ee8d91f5e
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
# Extract a key from a plain command output
|
# Extract a key from a plain command output
|
||||||
#
|
#
|
||||||
|
# example: yunohost user info tata --output-as plain | ynh_get_plain_key mail
|
||||||
|
#
|
||||||
# usage: ynh_get_plain_key key [subkey [subsubkey ...]]
|
# usage: ynh_get_plain_key key [subkey [subsubkey ...]]
|
||||||
# | ret: string - the key's value
|
# | ret: string - the key's value
|
||||||
ynh_get_plain_key() {
|
ynh_get_plain_key() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue