mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* common/s*: add and update Korean translation * scamper: fix typo * Update pages.ko/common/simplehttpserver.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/common/steamcmd.md Co-authored-by: Chooooo <contact@choo.ooo> --------- Co-authored-by: Sebastiaan Speck <shem.speck@gmail.com> Co-authored-by: Chooooo <contact@choo.ooo>
28 lines
599 B
Markdown
28 lines
599 B
Markdown
# steam
|
|
|
|
> Valve의 비디오 게임 플랫폼.
|
|
> 더 많은 정보: <https://developer.valvesoftware.com/wiki/Command_Line_Options>.
|
|
|
|
- 디버그 메시지를 `stdout`에 출력하며 Steam 실행:
|
|
|
|
`steam`
|
|
|
|
- Steam을 실행하고 앱 내 디버그 콘솔 탭 활성화:
|
|
|
|
`steam -console`
|
|
|
|
- 실행 중인 Steam 인스턴스에서 Steam 콘솔 탭 활성화 및 열기:
|
|
|
|
`steam steam://open/console`
|
|
|
|
- 지정된 자격 증명으로 Steam 로그인:
|
|
|
|
`steam -login {{사용자_이름}} {{비밀번호}}`
|
|
|
|
- Big Picture 모드로 Steam 실행:
|
|
|
|
`steam -tenfoot`
|
|
|
|
- Steam 종료:
|
|
|
|
`steam -shutdown`
|