summaryrefslogtreecommitdiff
path: root/cli/flags.rs
AgeCommit message (Expand)Author
2022-03-30feat(lsp): add experimental testing API (#13798)Kitson Kelly
2022-03-29refactor(flags): rename CheckFlag to TypecheckMode (#14111)Bartek Iwańczuk
2022-03-28chore: update clap and completions (#14136)Robert
2022-03-14fix: shell completion hints (#13876)Leo Kettmeir
2022-03-11feat: "deno bench" subcommand (#13713)Bartek Iwańczuk
2022-03-10feat: "deno task" subcommand (#13725)Bartek Iwańczuk
2022-02-26fix(test): use --no-prompt by default (#13777)Bartek Iwańczuk
2022-02-25feat: deno test --trace-ops (#13770)Bartek Iwańczuk
2022-02-25fix(cli): disable config discovery for remote script (#13745)Yoshiya Hinosawa
2022-02-24chore: upgrade to Rust 1.59 (#13767)David Sherret
2022-02-16feat: deno vendor (#13670)David Sherret
2022-02-15feat(coverage): add "--output" flag (#13289)VishnuJin
2022-02-12feat: permission prompt by default (#13650)Ryan Dahl
2022-02-11refactor: use `Arc` instead of making copies of `Flags` struct (#13610)Maxim
2022-01-31feat(cli): add "--no-clear-screen" flag (#13454)Zheyu Zhang
2022-01-17feat: auto-discover config file (#13313)Ryan Dahl
2022-01-14chore: upgrade clap to v3 (#13266)Leo Kettmeir
2022-01-10fix: install shim with `--allow-all` should not output each permission indivi...David Sherret
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-18refactor: use `once_cell` instead of `lazy_static` (#13135)Divy Srivastava
2021-12-15feat(watch): support watching external files (#13087)Jesper van den Ende
2021-12-10feat(repl): add --unsafe-ignore-certificate-errors flag (#13045)VishnuJin
2021-11-30feat: add `--no-check=remote` flag (#12766)Kitson Kelly
2021-11-09typoGeert-Jan Zwiers
2021-11-04fix(lint): use recommended tag if there is no tags in config file or flags (#...Zheyu Zhang
2021-10-13fix(runtime/ops/worker_host): move permission arg parsing to Rust (#12297)Nayeem Rahman
2021-10-06feat(compat): inject Node globals (#12342)Bartek Iwańczuk
2021-10-05feat(lint): add support for --watch flag (#11983)CGQAQ
2021-10-05feat: add --compat flag to provide built-in Node modules (#12293)Bartek Iwańczuk
2021-09-30feat(cli/uninstall): add uninstall command (#12209)Sylvain Cau
2021-09-16chore: update tagline (#12095)Satya Rohith
2021-09-14docs: Update --config flag help text (#12059)Bartek Iwańczuk
2021-09-13feat: add option flags to 'deno fmt' (#12060)Bartek Iwańczuk
2021-09-13feat(fmt): add support for configuration file (#11944)Bartek Iwańczuk
2021-09-13fix(cli): use updated names in deno info help text (#11989)Geert-Jan Zwiers
2021-09-04refactor: factor out DenoSubcommand enum variant into structs (#11896)Bartek Iwańczuk
2021-09-03feat(lint): add support for config file and CLI flags for rules (#11776)Bartek Iwańczuk
2021-08-24feat(cli): add --ignore flag to test command (#11712)Casper Beyer
2021-08-23refactor(cli/tools/test): infer disable log from program state (#11803)Casper Beyer
2021-08-23refactor(cli/flags): use an optional non zero usize for `fail-fast` (#11804)Casper Beyer
2021-08-23fix(cli/flags): require a non zero usize for concurrent jobs (#11802)Casper Beyer
2021-08-12doc: improve coverage CLI help text (#11646)Chris Knight
2021-08-10chore: release crates (#11628)Bartek Iwańczuk
2021-08-10refactor: --unsafely-ignore-certificate-errors (#11629)Bartek Iwańczuk
2021-08-09feat: Add --unsafely-treat-insecure-origin-as-secure flag to disable SSL veri...TheAifam5
2021-08-07feat(tls): Optionally support loading native certs (#11491)Justin Chase
2021-08-06chore: fix repl_with_eval_flag test (#11603)David Sherret
2021-08-06feat(repl): add --eval flag for evaluating code when the repl starts (#11590)David Sherret
2021-08-06feat: ffi to replace plugins (#11152)Elias Sjögreen
2021-07-28feat(lsp): ability to set DENO_DIR via settings (#11527)Kitson Kelly