speechmatics / speechmatics-python

Python library and CLI for Speechmatics
https://speechmatics.github.io/speechmatics-python/
MIT License
59 stars 15 forks source link

Fix verbose flag position in README #27

Closed dohnto closed 4 years ago

dohnto commented 4 years ago

Verbose flag is a argument of speechmatics command, not trascribe action.

$ speechmatics -v transcribe --url $WS --lang en --ssl-mode insecure test.mp3
INFO:speechmatics.cli:Args: {'verbose': 1, 'command': 'transcribe', 'ssl_mode': 'insecure', 'buffer_size': 512, 'debug': False, 'url': '....
...

$ speechmatics  transcribe -v --url $WS --lang en --ssl-mode insecure test.mp3
usage: speechmatics [-h] [-v] {transcribe} ...
codecov[bot] commented 4 years ago

Codecov Report

Merging #27 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #27   +/-   ##
=======================================
  Coverage   89.17%   89.17%           
=======================================
  Files           6        6           
  Lines         388      388           
  Branches       68       68           
=======================================
  Hits          346      346           
  Misses         25       25           
  Partials       17       17           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b4d323a...d3e94f8. Read the comment docs.

dohnto commented 4 years ago

Please bump version

Done that.