YunoHost / package_linter

Linter for YunoHost applications packages
https://yunohost.org/#/packaging_apps
GNU Affero General Public License v3.0
17 stars 13 forks source link

Search for variable arguments passed via cli and not env var #18

Closed M5oul closed 7 years ago

M5oul commented 7 years ago

$1 –> app=$YNH_APP_INSTANCE_NAME $2 –> domain=$YNH_APP_ARG_DOMAIN

Suggest them from manifest parsing.