#what's inside ParseArgsOptionsConfig?

1 messages · Page 1 of 1 (latest)

solemn torrent
#

Hello, I'm trying to use the parseArgs from util
to parse arguments of a script.

more precisely I need all fields available from options
this docs only shows type
<https://bun.com/guides/process/argv >
this doc shows short more
https://bun.com/reference/node/util/parseArgs
but this doc doesn't show anything, it's just blank, it should at least show type or short
https://bun.com/reference/node/util/ParseArgsOptionsConfig

for reasons I cannot use my text editor to figure out fields by clicking on all hyperlinks

#

using https://grep.app I found out there was default field, which actually was the thing I was looking for