nushell/crates/nu-command/src/network
pwygab c42096c34e
Add '-o'/--output flag to fetch to download to file (#5673)
* attemps to add '-o' flag to `fetch`

* fmt

* changed from 'output' to 'file'.

* Revert "changed from 'output' to 'file'."

As @hustcer mentioned, all typical command line tools for downloading
use `-o` or `-O` and a variation on `--output` for the file

This reverts commit 6baf718f91.

Co-authored-by: sholderbach <sholderbach@users.noreply.github.com>
2022-05-29 18:32:30 +02:00
..
url feat: add search terms to network (#5602) 2022-05-20 23:19:17 -04:00
fetch.rs Add '-o'/--output flag to fetch to download to file (#5673) 2022-05-29 18:32:30 +02:00
mod.rs port post (#4537) 2022-02-18 13:53:10 -05:00
post.rs feat: add search terms to network (#5602) 2022-05-20 23:19:17 -04:00