pglite-cli - v0.0.1
Preparing search index...
extractArgs
Function extractArgs
extractArgs
(
importMeta
:
ImportMeta
,
rawArgs
:
readonly
string
[]
,
binName
?:
string
,
)
:
Promise
<
{
pglite
:
PGlite
;
sqlCommand
:
undefined
|
string
}
>
Read the given raw CLI arguments.
Parameters
importMeta
:
ImportMeta
rawArgs
:
readonly
string
[]
binName
:
string
= 'pgl'
Returns
Promise
<
{
pglite
:
PGlite
;
sqlCommand
:
undefined
|
string
}
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
pglite-cli - v0.0.1
Loading...
Read the given raw CLI arguments.