﻿Usage 1 
ncmeter
 [-row | -diff | -diff_func | -diff_file | -struct]
 [-Tfp property-file-path] [-Tfo measurement-results-file-path]
 [-F file-format] [-diff_blank=value] [-Qrc character-code] [-Qlg character-code]
 [-RESTYLE style-type] [-v] [-debug] source-code-file-path

[-row | -diff | -diff_func | -diff_file | -struct]
    Specify the measurement type. 
     -row         Performs basic line count measurement. 
     -diff        Performs line change count measurement as specified in the property file. 
     -diff_file   Performs line change count measurement (by file). 
     -diff_func   Performs line change count measurement (by function).
     -struct      Measures structure metrics. 
  [-Tfp property-file-path]
    Specify the path of the property file that describes the tool's behaviors at runtime. 
  [-Tfo measurement-results-file-path]
    Specify the measurement results output file path. 
  [-F file-format]
    Specify "csv" or "xml" as the format of the measurement results file. 
  [-diff_blank=value]
    Specify "true" when measuring changes in blank lines of code or space characters, 
    at line count change measurement time. 
  [-Qrc character-code]
    For the character code of the measurement results file in CSV format, 
    specify any of the following: "UTF-8","Shitf_JIS","EUC-JP", or "SYSTEM". 
  [-Qlg character-code]
    For the character code of the measurement log file, 
    specify any of the following: "UTF-8","Shitf_JIS","EUC-JP", or "SYSTEM". 
  [-RESTYLE  style-type]
    Specify "STD" to the style type when measuring restyled source code.
  [-v]
    Displays the current processing status. 
  [-debug]
    Displays detailed logs at runtime and detailed error messages upon errors. 
  source-code-file-path
    Specify files or folders as the measurement target. 
    If the measurement type is one of the following: -diff, -diff_file, or -diff_func, specify two 
    and separate them with space characterｓ. and measure line change count, 
    taking the one specified first as the original. 
    If the measurement type is other than those above, specify more than one file or folder. 
    The specified files or folders are all targeted for measurement. 
    Separate multiple paths, if any, with space characters. 

Usage examples: 
  ncmeter -row target.c
    Performs basic line count measurement of the file target.c
  ncmeter -diff_file org_path mod_path
    Performs line change count measurement of the files 
    under the folders  org_path and mod_path (by file). 


Usage 2     Display how to use the tool. 
ncmeter --help [display-language]
    Specify en (English) or jp (Japanese) as the display language. If you do not specify either,
    ncmeter uses the display language of the operating system. 
    If the language is other than English or Japanese, ncmeter displays Help in English. 
