Skip to content

Commit

Permalink
Merge pull request quattor#49 from stdweird/support_typed_json
Browse files Browse the repository at this point in the history
ccm-fetch: add json_typed as command line option to ccm-fetch
  • Loading branch information
jrha committed Mar 30, 2015
2 parents b3ec2f1 + 3b9a006 commit d27b717
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 d27b717

Please sign in to comment.