diff options
author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2020-06-08 14:49:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-08 09:49:32 -0400 |
commit | f247423f206ea5c3ca07254413a1ff11709a2ada (patch) | |
tree | d3c3bc3fa6cc0b0a58b73f5cc4661d9cd4eedcd1 /docs/getting_started.md | |
parent | 0e9da7e731cea3a073812c22da30d87209537a88 (diff) |
doc: Add a CLI section (#6164)
Diffstat (limited to 'docs/getting_started.md')
-rw-r--r-- | docs/getting_started.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/getting_started.md b/docs/getting_started.md index b2b0eb863..d36623c18 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -6,6 +6,7 @@ In this chapter we'll discuss: - Setting up your environment - Running a `Hello World` script - Writing our own script +- Command line interface - Understanding permissions - Using Deno with TypeScript - Using WebAssembly |