rc: add option to get info for a single script in list method
authorChristian Marangi <ansuelsmth@gmail.com>
Tue, 31 Jan 2023 14:45:18 +0000 (15:45 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Tue, 31 Jan 2023 15:11:24 +0000 (16:11 +0100)
commitd97883005ffb5be251872c3e4abe04f71732f9bd
treeb547372537dfa7d247868a8446a32458e76027a6
parent632b4fc898dcbbdfb7077f18f3ee832ecaf93a4c
rc: add option to get info for a single script in list method

Add option to get info for a single script in list method.

To get info of a particular script pass the name arg to the list method.

If the script doesn't exist an empty table is returned.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
rc.c