Skip to content

Commit

Permalink
Add json_typed as command line option to ccm-fetch (won't parse the c…
Browse files Browse the repository at this point in the history
…onfigfile otherwise)
  • Loading branch information
stdweird committed Mar 30, 2015
1 parent 2814f8c commit 3b9a006
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/bin/ccm-fetch
Original file line number Diff line number Diff line change
Expand Up @@ -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' });
Expand Down

0 comments on commit 3b9a006

Please sign in to comment.