aboutsummaryrefslogtreecommitdiffstats
path: root/skate/cmd
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-08-02 16:45:15 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-08-02 16:45:15 +0200
commit3ee14ae8977330a86116ec34e7921d92de36f75c (patch)
treea113c7b6d32d15a7e98ae421c5fb1c3240ea1be4 /skate/cmd
parente337df94dc3d4e46ffcf30fa84121fc198e8ac88 (diff)
downloadrefcat-3ee14ae8977330a86116ec34e7921d92de36f75c.tar.gz
refcat-3ee14ae8977330a86116ec34e7921d92de36f75c.zip
mapper: add bref, rewo mappers
Diffstat (limited to 'skate/cmd')
-rw-r--r--skate/cmd/skate-map/main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/skate/cmd/skate-map/main.go b/skate/cmd/skate-map/main.go
index a437705..6c61af0 100644
--- a/skate/cmd/skate-map/main.go
+++ b/skate/cmd/skate-map/main.go
@@ -81,6 +81,8 @@ func main() {
"vcns": skate.MapperReleaseResolvedContainerName,
"isbn": skate.MapperOpenLibraryReleaseNormalizedISBN,
"cdxu": skate.MapperCdxSummary,
+ "bref": skate.MapperBrefWork,
+ "rewo": skate.MapperReleaseWork,
}
if *logFile != "" {
f, err := os.OpenFile(*logFile, os.O_CREATE|os.O_APPEND, 0644)