Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コマンドライン引数を渡したいDenoアプリがあります。マニュアルを検索しましたが、何も見つかりませんでした。
Node.js で使用されているのと同じコマンドを使用しようとしましたが、std ライブラリ用に一部を共有している可能性があると想定しましたが、うまくいきませんでした。
var args = process.argv.slice(2); // Uncaught ReferenceError: process is not defined
助言がありますか?