Update cheatsheets

This commit is contained in:
ivuorinen
2025-05-06 00:19:54 +00:00
parent e452860d9b
commit 7e39fb6df5
49 changed files with 132 additions and 93 deletions

View File

@@ -14,19 +14,19 @@ source: https://github.com/tldr-pages/tldr.git
- Listen only on localhost:
`git instaweb --start --local`
`git instaweb --start {{[-l|--local]}}`
- Listen on a specific port:
`git instaweb --start --port {{1234}}`
`git instaweb --start {{[-p|--port]}} {{1234}}`
- Use a specified HTTP daemon:
`git instaweb --start --httpd {{lighttpd|apache2|mongoose|plackup|webrick}}`
`git instaweb --start {{[-d|--httpd]}} {{lighttpd|apache2|mongoose|plackup|webrick}}`
- Also auto-launch a web browser:
`git instaweb --start --browser`
`git instaweb --start {{[-b|--browser]}}`
- Stop the currently running GitWeb server: