From 3b9a0068176e166898284ba6cef1a2de9364c2ed Mon Sep 17 00:00:00 2001 From: stdweird Date: Mon, 30 Mar 2015 11:58:58 +0200 Subject: [PATCH] Add json_typed as command line option to ccm-fetch (won't parse the configfile otherwise) --- src/main/bin/ccm-fetch | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/bin/ccm-fetch b/src/main/bin/ccm-fetch index aa25a96c..9959b98b 100755 --- a/src/main/bin/ccm-fetch +++ b/src/main/bin/ccm-fetch @@ -116,6 +116,9 @@ sub app_options { { NAME => 'purge_time=i', HELP => 'Number of seconds before purging inactive profiles' }, + { NAME => 'json_typed', + HELP => 'Extract typed data from JSON profiles' }, + { NAME => 'debug|d=i', DEFAULT => '0', HELP => 'Turn on dubugging messages' });