Skip to content

Commit

Permalink
add -o option for --output
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Oct 13, 2023
1 parent ec348bc commit d3e3d14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pygeometa/cli_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@

OPTION_OUTPUT = click.option(
'--output',
'-o',
type=click.File('w', encoding='utf-8'),
help='Name of output file')

Expand Down

0 comments on commit d3e3d14

Please sign in to comment.