File Explorer

/var/runtime/node_modules/@aws-sdk/node_modules/minimist/example

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

0 dirs
1 file
parse.js84 B · 5 lines
'use strict'; var argv = require('../')(process.argv.slice(2));console.log(argv);