--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # hello > Print "Hello, world!", "hello, world" or a customizable text. > More information: . - Print "Hello, world!": `hello` - Print "hello, world", the traditional type: `hello --traditional` - Print a text message: `hello --greeting="{{greeting_text}}"`