mirror of
https://github.com/nushell/nushell.git
synced 2025-07-09 19:07:16 +02:00
* 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>