index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
flags.rs
Age
Commit message (
Expand
)
Author
2020-06-08
Adjusting the HTTPS_PROXY flag text (#6103)
Faycel
2020-06-08
feat: "deno lint" subcommand (#6125)
Bartek Iwańczuk
2020-06-06
feat: deno eval -p (#5682)
Ryan Dahl
2020-06-05
deno test should run mjs files (#6122)
Taisuke Fukuno
2020-05-29
fix(cli/permissions): Fix CWD and exec path leaks (#5642)
Nayeem Rahman
2020-05-21
docs: fix test glob pattern (#5661)
Maple Miao
2020-05-17
Miscellaneous documentation and spelling improvements (#5527)
Bert Belder
2020-05-16
fix some unwrap() in Rust (#5485)
Yiyu Lin
2020-05-10
fix: remove default --allow-read perm for deno test (#5208)
Bartek Iwańczuk
2020-05-09
feat(upgrade): allow specifying a version (#5156)
crowlKats
2020-05-07
feat(bundle): add --config flag (#5130)
Bartek Iwańczuk
2020-05-04
feat(fmt): Add `deno-fmt-ignore` and `deno-fmt-ignore-file` comment support (...
David Sherret
2020-05-04
fix(install): Propagate --unstable flag (#5061)
Divya
2020-05-04
BREAKING: remove CLI 'deno script.ts' hack (#5026)
Bartek Iwańczuk
2020-05-01
BREAKING: feat(cli/installer): Support guessing the executable name (#5036)
Nayeem Rahman
2020-04-30
Unstable methods should not appear in runtime or d.ts (#4957)
Luca Casonato
2020-04-28
Make import maps unstable (#4934)
Luca Casonato
2020-04-27
feat(test): add quiet flag (#4894)
Ali Hasani
2020-04-25
introduce unstable flag, make a few things unstable (#4892)
Ryan Dahl
2020-04-16
feat(cli/installer.rs): Add DENO_INSTALL_ROOT (#4787)
Nayeem Rahman
2020-04-09
feat(cli/doc): Support doc for runtime built-ins (#4635)
Nayeem Rahman
2020-04-07
BREAKING: Rename 'deno fetch' subcommand to 'deno cache' (#4656)
Akshat Agarwal
2020-04-07
feat: add --importmap flag to deno bundle (#4651)
Bartek Iwańczuk
2020-04-03
Make inspector more robust, add --inspect-brk support (#4552)
Bert Belder
2020-04-02
feat: deno test --filter (#4570)
Ryan Dahl
2020-04-01
fix(#4554): use --inspect in repl & eval (#4562)
木杉
2020-03-28
feat: Add "deno doc" subcommand (#4500)
Bartek Iwańczuk
2020-03-27
feat: Support Inspector / Chrome Devtools (#4484)
Ryan Dahl
2020-03-23
feat: first pass at "deno upgrade" (#4328)
bartOssh
2020-03-10
doc(cli/flags): Reduce empty lines in help messages (#4312)
Nayeem Rahman
2020-03-10
Add global "quiet" flag (#4135)
Florian Häglsperger
2020-02-28
Support TypeScript eval through `deno eval -T` flag (#4141)
Kevin (Kun) "Kassimo" Qian
2020-02-26
DenoFlags -> Flags (#4136)
Ryan Dahl
2020-02-17
feat: add --cert flag for http client (#3972)
geoFlux
2020-02-13
Clean up fmt flags and path handling (#3988)
Ryan Dahl
2020-02-11
refactor: rewrite deno test, add Deno.test() (#3865)
Bartek Iwańczuk
2020-02-11
refactor: Use PathBuf for paths in flag parsing and whitelists (#3955)
Nayeem Rahman
2020-02-09
fmt: `deno fmt -` formats stdin and print to stdout (#3920)
Kevin (Kun) "Kassimo" Qian
2020-02-08
install: add --force flag and remove yes/no prompt (#3917)
Kevin (Kun) "Kassimo" Qian
2020-02-06
fix(cli/flags.rs): Prevent providing --allow-env flag twice (#3906)
Seungho Kim
2020-02-04
refactor: CLI subcommands and argv (#3886)
Bartek Iwańczuk
2020-01-31
Add support for multiple files in fetch command (#3845)
Tim Ermilov
2020-01-30
feat: deno install in Rust (#3806)
Bartek Iwańczuk
2020-01-30
Remove --current-thread flag (#3830)
Ryan Dahl
2020-01-29
feat: dprint formatter (#3820)
Bartek Iwańczuk
2020-01-26
feat: make eval support --v8-flags=... (#3797)
Ben Noordhuis
2020-01-20
refactor: Improve path handling in permission checks (#3714)
Nayeem Rahman
2020-01-16
fix: Resolve read/write whitelists from CWD (#3684)
Nayeem Rahman
2020-01-15
Revert "feat(flags): script arguments come after '--'" (#3681)
Ry Dahl
2020-01-12
flag: upgrade std to v0.29.0 (#3659)
uki00a
[next]