1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-02 23:51:49 +02:00
Commit Graph

16 Commits

Author SHA1 Message Date
49a9107e0f Allow composing help message from two parts ()
* Split help message into brief and full help

Demonstrate on ansi command

Brief help is printed when running `help commands` so it doesn't clutter
the table. Full help is printed when normal help message is requested
(e.g., `help ansi`, `ansi --help`, etc.).

* Split long command descriptions

Some are not split, just edited to be shorter.

* Capitalize the usage of all commands

* Make sure every usage ends with dot

* Fix random typo
2021-03-08 12:57:58 +13:00
9c375b33a6 updated fetch to surf2.2 and feature h1-client-rustls () 2021-03-04 07:18:11 +13:00
8388afc9d9 add support for the text/csv content-type () 2020-09-22 15:26:20 +12:00
ed6f337a48 Refactor Fetch command (No logic changes) ()
* Refactoring unrelated to Streaming...

Mainly keeping code DRY

* Remove cli as dependency
2020-07-09 04:49:27 +12:00
3a6a3d7409 Implement login for the fetch command () 2020-05-30 11:22:38 +12:00
48d06f40b1 Remove the old it-hacks from fetch and post () 2020-05-17 06:18:46 +12:00
d7bd77829f Bump rustyline ()
* Bump rustyline

* Fix new clippy warnings

* Add pipeline command
2020-04-24 08:00:49 +12:00
2a8cb24309 Add support for downloading unsupported mime types () 2020-03-01 13:14:36 +13:00
c0be02a434 Short-hand flags ()
* typo fixes

* Change signature to take in short-hand flags

* update help information

* Parse short-hand flags as their long counterparts

* lints

* Modified a couple tests to use shorthand flags
2020-02-11 18:24:31 -08:00
29ccb9f5cd Ensure stable plugins get installed. () 2020-02-10 15:32:10 -05:00
aa577bf9bf Clean up some unwraps () 2020-01-02 09:45:32 +13:00
72838cc083 Move to using clippy ()
* Clippy fixes

* Finish converting to use clippy

* fix warnings in new master

* fix windows

* fix windows

Co-authored-by: Artem Vorotnikov <artem@vorotnikov.me>
2019-12-31 20:36:08 +13:00
f6c62bf121 Nu plugins now depend on nu-plugin crate. 2019-12-27 08:52:15 -05:00
d0a2888e88 Finish adding makeshift support for to fetch/post plugins 2019-12-07 17:23:59 +13:00
cec2eff933 Merge branch 'master' into fetch_post 2019-12-07 16:53:50 +13:00
38b7a3e32b WIP move post/fetch to plugins 2019-12-07 16:46:05 +13:00