13 lines
306 B
Markdown
Raw Normal View History

# ruget
> Alternatif untuk wget yang ditulis dalam Rust.
> Informasi lebih lanjut: <https://github.com/ksk001100/ruget>.
- Unduh konten URL ke file:
`ruget {{https://example.com/file}}`
- Unduh konten URL ke file [o]utput tertentu:
`ruget {{[-o|--output]}} {{nama_file}} {{https://example.com/file}}`