git-instaweb: add short/long options (#21529)

This commit is contained in:
Nelson Figueroa
2026-03-15 16:15:51 +02:00
committed by GitHub
parent 4341c86d6b
commit bc238aac9a
4 changed files with 16 additions and 16 deletions
+4 -4
View File
@@ -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 :
+4 -4
View File
@@ -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:
+4 -4
View File
@@ -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 서버 중지:
+4 -4
View File
@@ -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: