summaryrefslogtreecommitdiff
path: root/cli/flags.rs
AgeCommit message (Expand)Author
2021-01-08feat: denort binary (#9041)Luca Casonato
2021-01-07feat: add --location=<href> and globalThis.location (#7369)Nayeem Rahman
2021-01-05feat(cli/standalone): support runtime flags for deno compile (#8738)Nayeem Rahman
2020-12-29refactor(cli/flags): change allow_read/write/net types from bool to Option<Ve...Yusuke Tanaka
2020-12-21feat(unstable): record raw coverage into a directory (#8642)Casper Beyer
2020-12-14fix(cli): show canary string in long version (#8675)crowlKats
2020-12-11refactor(cli): decouple ops from ProgramState and Flags (#8659)Bartek Iwańczuk
2020-12-11fix(cli): zsh completions (#8718)crowlKats
2020-12-07chore(cli): unhide lsp command from CLI (#8647)Bartek Iwańczuk
2020-12-07feat: add mvp language server (#8515)Kitson Kelly
2020-12-06refactor(cli): remove Option from Flags.v8_flags (#8633)crowlKats
2020-12-01chore(cli/flags): Use deno compile --output for the out file (#8563)Nayeem Rahman
2020-11-30feat: deno compile (#8539)Luca Casonato
2020-11-30fix(cli): support passing cli arguments under `deno eval` (#8547)Kevin (Kun) "Kassimo" Qian
2020-11-29feat(cli/tools/upgrade): canary support (#8476)crowlKats
2020-11-28chore: clippy future cleanups (#8514)Kitson Kelly
2020-11-25add canary versioning (#8480)crowlKats
2020-11-23Revert "docs(cli): Fix documentation about usage of deno completions … (#8468)Bartek Iwańczuk
2020-11-22feat(unstable): Support --watch flag for bundle and fmt subcommands (#8276)Yusuke Tanaka
2020-11-22docs(cli): Fix documentation about usage of deno completions script (#8369)Mayank Agarwal
2020-11-22chore(cli/flags): Rename --failfast to --fail-fast (#8456)Nayeem Rahman
2020-11-22feat(unstable): Add deno test --no-run (#8093)Nayeem Rahman
2020-11-21fix(cli): support "deno run --v8-flags=--help" without script (#8110)Max Drosdo.www
2020-11-13refactor(cli+core): various cleanups in Rust (#8336)KNnut
2020-11-08upgrade: deno_doc, deno_lint, dprint, swc (#8292)Bartek Iwańczuk
2020-11-02add commit hash and target to long_version output (#8133)Yoshiya Hinosawa
2020-10-26Revert "feat(lint): stabilize "deno lint" subcommand (#8075)" (#8128)Bartek Iwańczuk
2020-10-26feat(cli): pass script args for test command (#8121)Ross Weir
2020-10-23Revert "feat(cli): Add deno cache --test and --worker (#7920)" (#8089)Bartek Iwańczuk
2020-10-23feat(cli): Add deno cache --test and --worker (#7920)Nayeem Rahman
2020-10-22feat(lint): stabilize "deno lint" subcommand (#8075)Bartek Iwańczuk
2020-10-22chores(cli/fmt): make --ignore stable (#7922)Divy Srivastava
2020-10-21refactor(cli): use PathBuf instead of String for lint and fmt subcommands (#8...Akshat Agarwal
2020-10-20chore: Rename --importmap to --import-map (#7032)Nayeem Rahman
2020-10-20feat(cli): add support for bundle --no-check (#8023)Kitson Kelly
2020-10-19feat(cli/installer): Add missing flags for deno install (#7601)Nayeem Rahman
2020-10-12chore(cli): remove dead code (#7941)Kitson Kelly
2020-10-12feat(cli): support importmap flag with deno doc subcommand (#7821)Valentin Anger
2020-10-02refactor(repl): use an inspector session (#7763)Casper Beyer
2020-09-28fix(cli/test): do not start inspector server when collecting coverage (#7718)Casper Beyer
2020-09-21fix(info): add --importmap flag (#7424)William Perron
2020-09-21fix: make --watch and --inspect conflicting args (#7610)Luca Casonato
2020-09-20fix(cli/installer): Don't reload by default (#7596)Nayeem Rahman
2020-09-20fix(cli/flags): Make --unstable a global flag (#7585)Nayeem Rahman
2020-09-18fix(bundle, eval, repl): Add missing flags (#7414)Nayeem Rahman
2020-09-16Re-export deno_core::url (#7525)Ryan Dahl
2020-09-13feat(unstable): deno test --coverage (#6901)Casper Beyer
2020-09-12chore: remove --no-check from deno info (#7439)Luca Casonato
2020-09-11feat(unstable): deno run --watch (#7382)Bartek Iwańczuk
2020-09-09feat(fmt, lint): show number of checked files (#7312)Yusuke Tanaka