Greet From CLI
Taking user input can be difficult task. You can take user input as command line argument or you can read input stream(STDIN)
#
Take user input as command line argumentsCreate file examples/02_greet_from_cli.ts
Run Using deno run by passing name