Commit 94941475 by Иван Кубота

random feature

parent 08802af1
Pipeline #530 canceled with stage
...@@ -19,6 +19,10 @@ const options = yargs ...@@ -19,6 +19,10 @@ const options = yargs
.argv; .argv;
if(options.random){
options.m = options.multiple = Math.random()>24/(46+24);
options.p = options.photo = Math.random()>0.7;
}
const greeting = `Hello, ${options.name}!`; const greeting = `Hello, ${options.name}!`;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment