From 965572705beb4a0789970a44e11fce94654ad4b9 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Tue, 24 Aug 2021 07:50:32 -0400 Subject: plugin lib/arg_helper parse 'command line' args add a helper function to allow plugins to parse the parameter string passed into plugins support included for bool, char, string and numbers+decimals Change-Id: I39f35c8bd3c21b83097a538c19f46d362c468fa4 --- apps/plugins/lib/SOURCES | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugins/lib/SOURCES') diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES index 6d5fe6cb5f..bdea07315e 100644 --- a/apps/plugins/lib/SOURCES +++ b/apps/plugins/lib/SOURCES @@ -3,6 +3,7 @@ gcc-support.c pluginlib_actions.c helper.c icon_helper.c +arg_helper.c md5.c jhash.c configfile.c -- cgit v1.2.3