diff options
Diffstat (limited to 'cli/args/flags.rs')
-rw-r--r-- | cli/args/flags.rs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/cli/args/flags.rs b/cli/args/flags.rs index 6924907cb..7922a3c19 100644 --- a/cli/args/flags.rs +++ b/cli/args/flags.rs @@ -1937,7 +1937,11 @@ fn reload_arg<'a>() -> Arg<'a> { --reload=https://deno.land/std Reload only standard modules --reload=https://deno.land/std/fs/utils.ts,https://deno.land/std/fmt/colors.ts - Reloads specific modules", + Reloads specific modules +--reload=npm: + Reload all npm modules +--reload=npm:chalk + Reload specific npm module", ) .value_hint(ValueHint::FilePath) .validator(reload_arg_validate) |