inicomparekit

package module
v0.0.0-...-a071807 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 9, 2018 License: MIT Imports: 5 Imported by: 0

README

INICompareKit

INICompareKit it's a tool to compare INI files to find which keys are missing on the compared file.

Build Status Go Report Card

Installation

If you are using Go 1.6+ (or 1.5 with the GO15VENDOREXPERIMENT=1 environment variable), you can install INICompareKit with the following command:

$ go get -u github.com/marceloalmeida/INICompareKit

Usage

$ ./INICompareKit --help
Usage of ./INICompareKit:
  -compared-filename string
    	Compared filename
  -count-only
    	Only compares the amount of keys (default true)
  -original-filename string
    	Original filename

$ ./INICompareKit -original-filename original.ini -compared-filename compared.ini -count-only false

Contributing

All contributions are welcome, but if you are considering significant changes, please open an issue beforehand and discuss it with us.

License

MIT. See the LICENSE file for more information.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL