index
:
papod
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
api.js
blob: 1ce7bccc7dc1755af9e077720df6cb4d00cd60ce (
plain
) (
blame
)
1
2
3
export
const
main
=
async
()
=>
{
console
.
log
({
argv
:
process
.
argv
});
};