mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
git-instaweb: add short/long options (#21529)
This commit is contained in:
@@ -9,19 +9,19 @@
|
||||
|
||||
- Écoute uniquement sur le port localhost :
|
||||
|
||||
`git instaweb --start --local`
|
||||
`git instaweb --start {{[-l|--local]}}`
|
||||
|
||||
- Écoute sur un port spécifique :
|
||||
|
||||
`git instaweb --start --port {{1234}}`
|
||||
`git instaweb --start {{[-p|--port]}} {{1234}}`
|
||||
|
||||
- Utiliser un daemon HTTP spécifique :
|
||||
|
||||
`git instaweb --start --httpd {{lighttpd|apache2|mongoose|plackup|webrick}}`
|
||||
`git instaweb --start {{[-d|--httpd]}} {{lighttpd|apache2|mongoose|plackup|webrick}}`
|
||||
|
||||
- Lancer en même temps qu'un navigateur web :
|
||||
|
||||
`git instaweb --start --browser`
|
||||
`git instaweb --start {{[-b|--browser]}}`
|
||||
|
||||
- Stoppe le serveur :
|
||||
|
||||
|
||||
@@ -9,19 +9,19 @@
|
||||
|
||||
- Resta in ascolto solo su localhost:
|
||||
|
||||
`git instaweb --start --local`
|
||||
`git instaweb --start {{[-l|--local]}}`
|
||||
|
||||
- Resta in ascolto su una porta specifica:
|
||||
|
||||
`git instaweb --start --port {{1234}}`
|
||||
`git instaweb --start {{[-p|--port]}} {{1234}}`
|
||||
|
||||
- Usa un HTTP daemon specifico:
|
||||
|
||||
`git instaweb --start --httpd {{lighttpd|apache2|mongoose|plackup|webrick}}`
|
||||
`git instaweb --start {{[-d|--httpd]}} {{lighttpd|apache2|mongoose|plackup|webrick}}`
|
||||
|
||||
- Avvia automaticamente anche un web browser:
|
||||
|
||||
`git instaweb --start --browser`
|
||||
`git instaweb --start {{[-b|--browser]}}`
|
||||
|
||||
- Interrompi il server gitweb in esecuzione:
|
||||
|
||||
|
||||
@@ -9,19 +9,19 @@
|
||||
|
||||
- 로컬호스트에서만 리슨:
|
||||
|
||||
`git instaweb --start --local`
|
||||
`git instaweb --start {{[-l|--local]}}`
|
||||
|
||||
- 특정 포트에서 리슨:
|
||||
|
||||
`git instaweb --start --port {{1234}}`
|
||||
`git instaweb --start {{[-p|--port]}} {{1234}}`
|
||||
|
||||
- 지정된 HTTP 데몬 사용:
|
||||
|
||||
`git instaweb --start --httpd {{lighttpd|apache2|mongoose|plackup|webrick}}`
|
||||
`git instaweb --start {{[-d|--httpd]}} {{lighttpd|apache2|mongoose|plackup|webrick}}`
|
||||
|
||||
- 웹 브라우저도 자동으로 실행:
|
||||
|
||||
`git instaweb --start --browser`
|
||||
`git instaweb --start {{[-b|--browser]}}`
|
||||
|
||||
- 현재 실행 중인 GitWeb 서버 중지:
|
||||
|
||||
|
||||
@@ -9,19 +9,19 @@
|
||||
|
||||
- Yalnızca yerel ağda başlat:
|
||||
|
||||
`git instaweb --start --local`
|
||||
`git instaweb --start {{[-l|--local]}}`
|
||||
|
||||
- Belirtilmiş bir port'da başlat:
|
||||
|
||||
`git instaweb --start --port {{1234}}`
|
||||
`git instaweb --start {{[-p|--port]}} {{1234}}`
|
||||
|
||||
- Belirtilmiş bir HTTP daemon'u kullan:
|
||||
|
||||
`git instaweb --start --httpd {{lighttpd|apache2|mongoose|plackup|webrick}}`
|
||||
`git instaweb --start {{[-d|--httpd]}} {{lighttpd|apache2|mongoose|plackup|webrick}}`
|
||||
|
||||
- Ayrıca bir ağ tarayıcısını otomatik olarak başlat:
|
||||
|
||||
`git instaweb --start --browser`
|
||||
`git instaweb --start {{[-b|--browser]}}`
|
||||
|
||||
- Çalışan mevcut gitweb sunucusunu durdur:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user