Skip to content

Commit 13a8a0a

Browse files
committed
Add "pg" export format to zsh completion
1 parent b24f765 commit 13a8a0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

zsh_completion/_osmium

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,8 @@ _osmium_export_file_formats() {
524524
'json[GeoJSON format]' \
525525
'geojson[GeoJSON format]' \
526526
'jsonseq[GeoJSON Text Sequence format]' \
527-
'geojsonseq[GeoJSON Text Sequence format]'
527+
'geojsonseq[GeoJSON Text Sequence format]' \
528+
'pg[PostgreSQL COPY text format]'
528529
}
529530

530531
_osmium_export_id_type() {

0 commit comments

Comments
 (0)