Juniper / libxo

The libxo library allows an application to generate text, XML, JSON, and HTML output using a common set of function calls. The application decides at run time which output style should be produced.
http://juniper.github.io/libxo/libxo-manual.html
BSD 2-Clause "Simplified" License
321 stars 48 forks source link

typo #70

Closed bokutin closed 4 years ago

bokutin commented 4 years ago

https://github.com/Juniper/libxo/blob/a46bb3585fb7cbbd4add46e8af99763531bfda4c/xo/xo.1#L182

xo --depth 2 '{:tag}' value

philshafer commented 4 years ago

Awesome catch! Thank you!

On May 12, 2020, at 2:18 AM, Tomohiro Hosaka notifications@github.com wrote:

https://github.com/Juniper/libxo/blob/a46bb3585fb7cbbd4add46e8af99763531bfda4c/xo/xo.1#L182 https://github.com/Juniper/libxo/blob/a46bb3585fb7cbbd4add46e8af99763531bfda4c/xo/xo.1#L182 xo --depth 2 '{:tag}' value

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Juniper/libxo/issues/70, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAROIOEOE655ZV2YPUQJ6LLRRDS3FANCNFSM4M6Q5M4Q.

bokutin commented 4 years ago

Thanks!