Subcomand không có gạch (VD: `deno help`). Flag có gạch (VD: `deno --help`)

# Using the subcommand.
deno help

# Using the short flag -- outputs the same as above.
deno -h

# Using the long flag -- outputs more detailed help text where available.
deno --help

true