Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 964 Bytes

File metadata and controls

60 lines (42 loc) · 964 Bytes

CLIAPP

Commands

-V | --version

Outputs the version number.

-d | --debug

Prints the options the program is running with to the console.

-v | --verbose

Prints logs to the console as the program runs.

-i

Used to pass an input file to the program.

Each line of the file should be of the following format:

<latitude>|<longitude>|<comment>|<magnitude>

Note: Magnitude is optional.

Example:

19.1615009307861|-155.481674194336|4 km S of Pāhala, Hawaii|3.5
59.0916|-137.8717|111 km WSW of Covenant Life, Alaska|6.4
40.1371651|-123.8381653|2km NNW of Redway, CA|10.5
33.477|-116.8021667|7km ENE of Aguanga, CA

-o

TODO!

-t

TODO!

--dataset-name [value]

TODO!

-m

TODO!

-M

TODO!

-y integer

TODO!

-x integer

TODO!

-z integer

TODO!

-h

TODO!

--help

Prints the help file and exits.