Adds random command with uuid subcommand (#2050)

This commit is contained in:
Joseph T. Lyons
2020-06-25 01:51:09 -04:00
committed by GitHub
parent 6372d2a18c
commit 72a21ad619
11 changed files with 142 additions and 0 deletions

View File

@ -31,6 +31,7 @@ mod mv;
mod open;
mod parse;
mod prepend;
mod random;
mod range;
mod rename;
mod reverse;