d0c-s4vage / lookatme

An interactive, terminal-based markdown presenter
https://lookatme.readthedocs.io/en/latest/
MIT License
2.1k stars 63 forks source link

Resolve conflict between `-s` for `--style` and `-s` for `--safe` #125

Closed agateau closed 2 years ago

agateau commented 3 years ago

The -s option flag is used for both style and safe options. It seems the last use wins, so remove -s for style since it was declared first.

Too bad Click does not complain about that.

d0c-s4vage commented 2 years ago

Oof, thank you for the PR!

d0c-s4vage commented 2 years ago

Could you also update this in the docs/source/getting_started.rst docs too?

agateau commented 2 years ago

Hi, finally got around to update the doc. Should be good to go.

d0c-s4vage commented 2 years ago

This is now part of the 2.4.0 release! Thank you for the PR @agateau!