summaryrefslogtreecommitdiff
path: root/cli/flags.rs
AgeCommit message (Expand)Author
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
2021-07-27test(cli): add test for deno test --shuffle (#11523)Yasser A.Idrissi
2021-07-23feat: add --enable-testing-features-do-not-use (#11499)Luca Casonato
2021-07-20test(cli): add test case for 'deno test --watch' (#11434)Yoshiya Hinosawa
2021-07-18fix(cli): re-enable --watch flag for test (#11433)Casper Beyer
2021-07-17fix(cli): add help description for test --jobs option (#11415)Casper Beyer
2021-07-12fix: non-existent field in cli/flags.rs (#11368)Bartek Iwańczuk
2021-07-12feat: Add support for "deno test --fail-fast=N" (#11316)Yasser A.Idrissi
2021-07-10Revert "feat(cli/tools/test_runner): add terse reporter (#11156)" (#11352)Ryan Dahl
2021-07-10feat(cli/tools/test_runner): add terse reporter (#11156)Casper Beyer
2021-07-05feat(test): add --shuffle flag to randomize test ordering (#11163)Casper Beyer
2021-07-02docs(cli/flags): use deno instead of target/debug/deno (#11215)Zhangyuan Nie
2021-06-22chore: use lsp to get parent process id (#11083)David Sherret
2021-06-17chore(lsp): add `--parent-pid <pid>` flag (#11023)David Sherret
2021-06-05feat: make 'deno lint' stable (#10851)Bartek Iwańczuk
2021-05-27feat(cli): add origin data dir to deno info (#10589)crowlKats
2021-05-11feat(test): add support for type checking documentation (#10521)Casper Beyer
2021-05-10feat: add deno test --watch (#9160)Liam Murphy
2021-04-30fix(test): default to num cpus when no value is given (#10443)Casper Beyer
2021-04-28feat(test): run test modules in parallel (#9815)Casper Beyer
2021-04-27remove --unstable flag from CLI features (#10190)Bartek Iwańczuk
2021-04-26Remove denort optimization (#10350)Ryan Dahl
2021-04-18chore: improve help text (#10186)Ryan Dahl
2021-04-16refactor(cli/flags): reorganize declarations (#10204)crowlKats
2021-04-13feat(permissions): allow env permission to take values (#9825)crowlKats
2021-04-12feat(runtime/permissions): prompt fallback (#9376)crowlKats
2021-04-10feat(permissions): allow run permission to take values (#9833)crowlKats
2021-03-26remove macro_use (#9884)Ryan Dahl
2021-03-01feat: stabilise import maps (#9526)Bartek Iwańczuk
2021-03-01feat: WebGPU API (#7977)crowlKats
2021-02-26Improve 'deno lsp' help text (#9610)Ryan Dahl
2021-02-24feat: add "deno coverage" subcommand (#8664)Casper Beyer