ruget: add short/long options (#20856)

This commit is contained in:
Nelson Figueroa
2026-01-22 14:05:35 +05:30
committed by GitHub
parent ed353a2eb7
commit a9e5807a66
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -9,4 +9,4 @@
- किसी निर्दिष्ट आउटपुट फ़ाइल में URL की सामग्री डाउनलोड करें:
`ruget --output {{file_name}} {{https://example.com/file}}`
`ruget {{[-o|--output]}} {{file_name}} {{https://example.com/file}}`
+1 -1
View File
@@ -9,4 +9,4 @@
- Unduh konten URL ke file [o]utput tertentu:
`ruget --output {{nama_file}} {{https://example.com/file}}`
`ruget {{[-o|--output]}} {{nama_file}} {{https://example.com/file}}`
+1 -1
View File
@@ -9,4 +9,4 @@
- URL의 콘텐츠를 지정한 [o]출력 파일로 다운로드:
`ruget --output {{파일_이름}} {{https://example.com/file}}`
`ruget {{[-o|--output]}} {{파일_이름}} {{https://example.com/file}}`
+1 -1
View File
@@ -9,4 +9,4 @@
- URL முகவரி இன் உள்ளடக்கங்களை குறிப்பிட்ட [o]அவுட்புட் கோப்பில் பதிவிறக்கவும்:
`ruget --output {{கோப்பு_பெயர்}} {{https://example.com/file}}`
`ruget {{[-o|--output]}} {{கோப்பு_பெயர்}} {{https://example.com/file}}`