summaryrefslogtreecommitdiff
path: root/cli/args/flags.rs
AgeCommit message (Expand)Author
2023-04-13chore(docs): clarify what subcommands do not type-check by default (#18520)Geert-Jan Zwiers
2023-03-30fix(repl): improve package.json support (#18497)David Sherret
2023-03-27refactor(cli): remove Lazy<String> and fix help outputs (#18462)Bartek Iwańczuk
2023-03-26feat(bench): add `--no-run` flag (#18433)Geert-Jan Zwiers
2023-03-26chore: upgrade clap to v4 (#17333)Leo Kettmeir
2023-03-23refactor: make version and user_agent &'static str (#18400)Bartek Iwańczuk
2023-03-22feat(cli): --ext parameter for run, compile, and bundle (#17172)Cre3per
2023-03-19feat(compile): Enable multiple roots for a standalone module graph (#17663)Andreu Botella
2023-03-17BREAKING(unstable): remove WebGPU (#18094)Leo Kettmeir
2023-03-17feat(repl): add `DENO_REPL_HISTORY` to change history file path (#18047)Nick Hanley
2023-03-14refactor(core): resolve_url_or_path and resolve_url_or_path_deprecated (#18170)Bartek Iwańczuk
2023-03-13fix(info/doc): add missing `--no-lock` and `--lock` flags (#18166)David Sherret
2023-03-07fix(cli): add space after period in `--v8-flags` (#18063)Caleb Cox
2023-02-24feat: add `DENO_NO_PACKAGE_JSON` env var (#17926)David Sherret
2023-02-23feat(npm): support bare specifiers from package.json in more subcommands and ...David Sherret
2023-02-22feat(task): support scripts in package.json (#17887)David Sherret
2023-02-20feat: auto-discover package.json for npm dependencies (#17272)Bartek Iwańczuk
2023-02-16chore(cli/test): stabilize coverage, doc, shuffle flags (#17661)Geert-Jan Zwiers
2023-02-14feat: Deprecate 'deno bundle' subcommand (#17695)Bartek Iwańczuk
2023-02-12feat(bench): Add JSON reporter for "deno bench" subcommand (#17595)Serhiy Barhamon
2023-02-11fix(fmt): make fmt options CLI args less verbose (#17550)aryan02420
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-25feat(fmt): make semi-colon option a boolean (#17527)David Sherret
2023-01-25feat(cli): add `DENO_V8_FLAGS` env var (#17313)Leo Kettmeir
2023-01-24feat(fmt): add ability to configure semicolons (#17292)Bartek Iwańczuk
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