rails / thor

Thor is a toolkit for building powerful command-line interfaces.
http://whatisthor.com/
MIT License
5.12k stars 553 forks source link

Improve the code documentation with indentation #863

Closed cprodhomme closed 7 months ago

cprodhomme commented 10 months ago

that put the balise <code> inside the generated documentation

before:

Capture d’écran 2023-11-12 à 15 45 01

source: https://www.rubydoc.info/github/wycats/thor/Thor/Shell/Basic:ask

after:

Capture d’écran 2023-11-12 à 15 55 04

ps : i change "Pluto" by "Neptune" because Pluto is not a planet anymore

p8 commented 9 months ago

Thanks @cprodhomme . Could you squash your commits?

cprodhomme commented 9 months ago

Thanks @cprodhomme . Could you squash your commits?

done :)

p8 commented 9 months ago

Thanks!

p8 commented 9 months ago

Ah sorry. Can you rebase on main as well, so there's only 1 commit?

cprodhomme commented 9 months ago

It's already done, no ?

p8 commented 9 months ago

I'm seeing 2 commits: https://github.com/rails/thor/pull/863/commits

image