generate an excel file of random v4 uuids
$ npm install -g exceluuid
$ exceluuid COMMAND
running command...
$ exceluuid (--version)
exceluuid/0.0.0 darwin-arm64 node-v16.16.0
$ exceluuid --help [COMMAND]
USAGE
$ exceluuid COMMAND
...
Generate an excel sheet
USAGE
$ exceluuid generate [PREFIX] [AMOUNT]
ARGUMENTS
PREFIX prefix before UUID
AMOUNT Amount of lines in the file
DESCRIPTION
Generate an excel sheet
EXAMPLES
$ oex generate https://example.com/uuid/ output 1000
See code: dist/commands/generate/index.ts
Display help for exceluuid.
USAGE
$ exceluuid help [COMMAND] [-n]
ARGUMENTS
COMMAND Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for exceluuid.
See code: @oclif/plugin-help