newline rapport activite
This commit is contained in:
parent
4ea16c163a
commit
092e13a411
@ -89,7 +89,7 @@ function show
|
||||
{
|
||||
# to navigate to sub keys like data.statistics.my_key , we must use multiple -e extract options
|
||||
local value=$(echo "$json" | jshon -e "data" -e "statistics" -e $1 -u)
|
||||
printf " $key=$value"
|
||||
printf "$1=$value\n"
|
||||
}
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user