Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
gogna
gnparser
Commits
0c0de638
Commit
0c0de638
authored
Oct 24, 2019
by
Dmitry Mozzherin
Browse files
help doc update for cli app
parent
62d2505f
Pipeline
#91377157
passed with stages
in 4 minutes and 9 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
gnparser/cmd/root.go
gnparser/cmd/root.go
+6
-0
output/version.go
output/version.go
+2
-2
No files found.
gnparser/cmd/root.go
View file @
0c0de638
...
...
@@ -48,6 +48,12 @@ gnparser -v
To parse one name:
gnparser "Homo sapiens Linnaeus 1753" [flags]
To parse one name using simple format
gnparser "Homo sapiens Linnaeus 1753" -f simple
Simple format has the following fields:
ID|Verbatim|CanonicalFull|CanonicalSimple|CanonicalStem|Authors|Year|Quality
To parse many names from a file (one name per line):
gnparser names.txt [flags] > parsed_names.txt
...
...
output/version.go
View file @
0c0de638
package
output
const
Version
=
"v0.10.0-3-g6
3ed3c
5"
const
Build
=
"2019-10-24_2
0:30:25
UTC"
const
Version
=
"v0.10.0-3-g6
2d250
5"
const
Build
=
"2019-10-24_2
1:27:12
UTC"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment