Initial implementation of the random decimal subcommand. (#2762)

Co-authored-by: Stacy Maydew <stacy.maydew@starlab.io>
This commit is contained in:
smaydew
2020-11-24 02:19:48 -07:00
committed by GitHub
parent 8b597187fc
commit 5fb3df4054
6 changed files with 153 additions and 1 deletions

View File

@ -263,6 +263,7 @@ pub fn create_default_context(interactive: bool) -> Result<EvaluationContext, Bo
#[cfg(feature = "uuid_crate")]
whole_stream_command(RandomUUID),
whole_stream_command(RandomInteger),
whole_stream_command(RandomDecimal),
// Path
whole_stream_command(PathBasename),
whole_stream_command(PathCommand),