nushell/crates/nu-cli/tests
Ryan Blecher b193303aa3
Add hash command with base64 subcommand (#2769)
* WIP try testing hash command

Ensure test worked

fmt

WIP get it working for other types of base64

Use optional named arg

WIP

* rebased and refactored a little with encoding and decoding

Fix some typos

Add some more charactersets

refactor several args into the encoding config struct and fix character_set arg. It needs to match the field

Add main hash command so it can be found via help

Added tests for running the whole pipeline

* add test case to cover invalid character sets

* clippy and fmt
2020-12-01 06:47:35 +13:00
..
commands Add hash command with base64 subcommand (#2769) 2020-12-01 06:47:35 +13:00
format_conversions Fix to md errors (#2729) 2020-11-07 06:40:53 +13:00
main.rs Add (near) automatic testing for command examples (#1777) 2020-05-18 08:56:01 -04:00