summaryrefslogtreecommitdiff
path: root/cli/args/flags.rs
AgeCommit message (Expand)Author
2023-01-18refactor(cli): Integrate standalone mode cert handling into `Flags` (#17419)Andreu Botella
2023-01-14chore: use rustfmt imports_granularity option (#17421)Divy Srivastava
2023-01-15refactor: clean up `unwrap` and `clone` (#17282)Yiyu Lin
2023-01-14refactor: create enum for `--builtin` doc flag (#17423)David Sherret
2023-01-13refactor(coverage): use FileFlags struct (#17388)Geert-Jan Zwiers
2023-01-09fix(cli/args): update value_name of inspect args to resolve broken completion...Geert-Jan Zwiers
2023-01-07refactor(cli/tools): move flag and config logic to CliOptions (#17008)Geert-Jan Zwiers
2023-01-06fix(cli): uninstall command accept short flags (#17259)Doni Rubiagatra
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-12fix: always derive http client from cli flags (#17029)David Sherret
2022-12-12feat: add `--inspect-wait` flag (#17001)Bartek Iwańczuk
2022-12-09fix: respect the `--quiet` flag in more cases (#16998)David Sherret
2022-12-08fix(compile): ensure import map is used when specified in deno config file (#...David Sherret
2022-12-07feat(npm): add support for `NPM_CONFIG_REGISTRY` (#16980)David Sherret
2022-12-07feat(repl): run "deno repl" with no permissions (#16795)Bartek Iwańczuk
2022-12-07feat(flags): add `deno check --all` as new preferred alias for `--remote` (#1...David Sherret
2022-11-24feat(cli): add warning for incorrectly ordered flags (#16734)Asher Gomez
2022-11-18chore: use Rust 1.65.0 (#16688)Aaron O'Mullan
2022-11-03fix(lock): add --no-lock flag to disable auto discovery of lock file (#16526)Bartek Iwańczuk
2022-11-02fix(lock): autodiscovery of lockfile (#16498)Bartek Iwańczuk
2022-10-28feat: support npm specifiers in `deno info` for display text output only (#16...David Sherret
2022-10-22refactor: testable update checker code (#16386)David Sherret
2022-10-20feat(cli): check for updates in background (#15974)Bert Belder
2022-09-29refactor(cli): use shared sys kind parser in flags.rs (#16087)Yoshiya Hinosawa
2022-09-28feat(lint): add --compact flag for terse output (#15926)Brenley Dueck
2022-09-28feat: add --allow-sys permission flag (#16028)Yoshiya Hinosawa
2022-09-22feat(npm): add flag for creating and resolving npm packages to a local node_m...David Sherret
2022-09-22feat(npm): add support for --reload=npm: and --reload=npm:<package> (#15972)Bartek Iwańczuk
2022-09-19perf(cli): avoid `clap::App::clone` (#15951)Divy Srivastava
2022-09-19chore: fix clippy warnings (#15944)Ben Noordhuis
2022-09-07feat: add --no-npm flag to disable npm: imports (#15673)Bartek Iwańczuk
2022-09-06fix(cli): Fix panic when providing invalid urls to --reload (#15784)Alexander Sage
2022-09-03BREAKING(unstable): remove --compat mode (#15678)Bartek Iwańczuk
2022-09-02fix(init): suppress info logs when using quiet mode (#15741)Geert-Jan Zwiers
2022-09-01fix(check): --remote and --no-remote should be mutually exclusive (#14964)Geert-Jan Zwiers
2022-08-20feat: add "deno init" subcommand (#15469)Leo Kettmeir
2022-08-15chore(bench,test): list `.mts` under supported file extensions in cli docs (#...Geert-Jan Zwiers
2022-08-12fix(coverage): ensure coverage is only collected in certain situations (#15467)David Sherret
2022-08-10fix(task): subcommand parser skips global args (#15297)Cre3per
2022-07-20feat(test): add `--parallel` flag, soft deprecate `--jobs` (#15259)David Sherret
2022-07-18feat(cli): support configuring the test tool in the config file (#15079)Roj
2022-07-15feat(cli/test): add `DENO_JOBS` env variable for `test` subcommand (#14929)Mark Ladyshau
2022-06-28refactor: add `RootConfig` (#14985)David Sherret
2022-06-28fix(task): remove --no-config as task subcommand argument (#14983)Geert-Jan Zwiers
2022-06-27refactor: create `args` folder (#14982)David Sherret