Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 513 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 513 Bytes

Notas

Tabla de multiplicar mediante consola

Options:
      --help     Show help                                             [boolean]
      --version  Show version number                                   [boolean]
  -b, --base     Es la base de la tabla de multiplicar       [number] [required]
  -l, --listar   Muestra la tabla en consola o no     [boolean] [default: false]
  -h, --hasta    Límite Hasta cuanto multiplicar          [number] [default: 10]


Ejemplo:
    node app -b 81 -l -h 21