nushell/crates/nu-cli
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
..
assets moved theme assets local to crate (#2329) 2020-08-11 13:57:03 -05:00
src Add hash command with base64 subcommand (#2769) 2020-12-01 06:47:35 +13:00
tests Add hash command with base64 subcommand (#2769) 2020-12-01 06:47:35 +13:00
build.rs fix: remove duplicated "to" (#2682) 2020-10-21 05:35:43 +13:00
Cargo.toml Add hash command with base64 subcommand (#2769) 2020-12-01 06:47:35 +13:00