Skip to content

Commit b2d67ff

Browse files
committed
Ajustando display e removendo header.js
1 parent 446e69d commit b2d67ff

File tree

3 files changed

+4
-20
lines changed

3 files changed

+4
-20
lines changed

src/gerador/email.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const RandomUtils = require('../utils/RandomUtils');
22

33
module.exports = {
44
name: 'gerarEmail',
5-
displayName: 'email',
5+
displayName: 'Email',
66
description: 'Gera um e-mail aleatório seguido por paramentros',
77
args: [
88
{
@@ -43,7 +43,9 @@ module.exports = {
4343
},
4444

4545
],
46+
4647
async run(context, prefixo, random, de, ate, sufixo, dominio) {
4748
return `${prefixo}${random ? RandomUtils.getRandomInt(de, ate) : ""}${sufixo}@${dominio}`;
4849
}
50+
4951
}

src/gerador/nome.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const NOMES_MASCULINO = [
5353

5454
module.exports = {
5555
name: 'gerarNome',
56-
displayName: 'nome',
56+
displayName: 'Nome completo',
5757
description: 'Gera um nome aleatório seguido por paramentros',
5858
args: [
5959
{

src/headers.js

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)