Skip to content

michael-nmg/java-project-71

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project "Difference Calculator"

Tests and linter status:

Actions Status Java CI Status Maintainability Test Coverage

Description:

  • Console utility compares two files formats: json or yaml.
  • Result is output in following formats: stylish (default), plain text, json.
  • Project uses picocli  picocli

Command line format:

gendiff [-hV] [-f=<formatName>] <filepath1> <filepath2>

Parameters:

Usage: gendiff [-hV] [-f=format] filepath1 filepath2
    filepath1         path to first file
    filepath2         path to second file
    -f, --format=format   output format [default: stylish]
    -h, --help            Show this help message and exit.
    -V, --version         Print version information and exit.

Help and version output:

asciicast

Output format stylish (default):

asciicast

Output format plain text:

asciicast

Output format json:

asciicast

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published