carderne / signal-export

Export your Signal chats to markdown files with attachments
Other
436 stars 46 forks source link

Replace click.secho(gf=) with click.secho(fg=) #73

Closed minglecm closed 1 year ago

minglecm commented 1 year ago

I can't find a kwarg to secho for gf=. I was getting errors locally related to this.

style() got an unexpected keyword argument 'gf'

I believe the intention was to supply a foreground color with fg=.

Ref: https://click.palletsprojects.com/en/7.x/api/#click.style

Feel free to close if there's something going on with my local click version and gf= is actually correct.

carderne commented 1 year ago

Hi sorry for missing this, thanks so much for the PR! Merging now.