Add random chars cmd (#2782)

This commit is contained in:
Chris Gillespie
2020-12-08 09:43:46 -08:00
committed by GitHub
parent 9c7b25134b
commit af2f064f42
7 changed files with 117 additions and 1 deletions

View File

@ -266,6 +266,7 @@ pub fn create_default_context(interactive: bool) -> Result<EvaluationContext, Bo
whole_stream_command(RandomUUID),
whole_stream_command(RandomInteger),
whole_stream_command(RandomDecimal),
whole_stream_command(RandomChars),
// Path
whole_stream_command(PathBasename),
whole_stream_command(PathCommand),