When running gndiff -V shows no info about how to run as a server.
So I was assuming it is still work in progress.
But I have realized the documentation mentions it as an already implemented feature.
It is not working for me:
c:>gnames\gndiff -V
version: v0.2.1
build: 2023-09-06_18:45:19UTC
c:>gnames\gndiff --port 8080
Error: unknown flag: --port
Usage:
gndiff source_file reference_file [flags]
Flags:
-f, --format string Sets output format. Can be one of:
'csv', 'tsv', 'compact', 'pretty'
default is 'csv'.
-h, --help help for gndiff
-q, --quiet Do not output info and warning logs.
-V, --version shows build version and date, ignores other flags.
Error: unknown flag: --port
When running
gndiff -Vshows no info about how to run as a server.So I was assuming it is still work in progress.
But I have realized the documentation mentions it as an already implemented feature.
It is not working for me: