mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-28 03:15:43 +02:00

* pages.hi: fix username translation, Windows paths Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pages.hi: fix false positives from username space fix Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> --------- Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
28 lines
1.1 KiB
Markdown
28 lines
1.1 KiB
Markdown
# steam
|
|
|
|
> वॉल्व द्वारा वीडियो गेम प्लेटफ़ॉर्म।
|
|
> अधिक जानकारी: <https://developer.valvesoftware.com/wiki/Command_Line_Options>।
|
|
|
|
- स्टीम लॉन्च करें, `stdout` पर डिबग संदेश प्रिंट करें:
|
|
|
|
`steam`
|
|
|
|
- स्टीम लॉन्च करें और इसकी इन-ऐप डिबग कंसोल टैब सक्षम करें:
|
|
|
|
`steam -console`
|
|
|
|
- चल रहे स्टीम उदाहरण में स्टीम कंसोल टैब सक्षम करें और खोलें:
|
|
|
|
`steam steam://open/console`
|
|
|
|
- निर्दिष्ट क्रेडेंशियल्स के साथ स्टीम में लॉगिन करें:
|
|
|
|
`steam -login {{उपयोगकर्ता_नाम}} {{पासवर्ड}}`
|
|
|
|
- स्टीम को बिग पिक्चर मोड में लॉन्च करें:
|
|
|
|
`steam -tenfoot`
|
|
|
|
- स्टीम से बाहर निकलें:
|
|
|
|
`steam -shutdown`
|