diff options
Diffstat (limited to 'cli/flags.rs')
-rw-r--r-- | cli/flags.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/flags.rs b/cli/flags.rs index 2d1471bf4..7d065dd39 100644 --- a/cli/flags.rs +++ b/cli/flags.rs @@ -63,6 +63,8 @@ impl Default for DenoSubcommand { #[derive(Clone, Debug, PartialEq, Default)] pub struct DenoFlags { + /// Vector of CLI arguments - these are user script arguments, all Deno + /// specific flags are removed. pub argv: Vec<String>, pub subcommand: DenoSubcommand, |