summaryrefslogtreecommitdiff
path: root/cli/flags.rs
AgeCommit message (Expand)Author
2019-09-12Keep all deno_std URLs in sync (#2930)Ryan Dahl
2019-09-12bump prettier revision (#2928)Bartek Iwańczuk
2019-09-01Remove DenoSubcommand::Install (#2846)Nayeem Rahman
2019-08-21bump test runner revision (#2800)Bartek Iwańczuk
2019-08-16chore: bump test runner version (#2784)Bartek Iwańczuk
2019-08-15add deno test subcommand (#2783)Bartek Iwańczuk
2019-08-11feat: print cache location when no arg in deno info (#2752)Bartek Iwańczuk
2019-07-31Use system rustfmt instead of fixed binary (#2701)Ryan Dahl
2019-07-31Add --current-thread flag (#2702)Bartek Iwańczuk
2019-07-27make importmap flag global (#2687)Bartek Iwańczuk
2019-07-27cli: handle deno -v and deno --version (#2684)Bartek Iwańczuk
2019-07-26cli: unify deno -h options (#2682)Bartek Iwańczuk
2019-07-20fix: bring back --no-fetch flag (#2671)Bartek Iwańczuk
2019-07-17Refactor DenoDir (#2636)Bartek Iwańczuk
2019-07-10fix for '-' arg after script name (#2631)Bartek Iwańczuk
2019-07-09Update deno.land links v0.11 (#2628)Ryan Dahl
2019-07-08cli: generate default file name for bundle when URL ends in a slashBert Belder
2019-07-08core: replace ModuleSpecifier::to_url() by as_url()Bert Belder
2019-07-08core: clearly define when module lookup is path-based vs URL-basedBert Belder
2019-06-29fix: test output for completions (#2597)Bartek Iwańczuk
2019-06-29feat: parse flags after script name (#2596)Bartek Iwańczuk
2019-06-26feat: deno completions command (#2577)Bartek Iwańczuk
2019-06-24refactor: use Path/PathBuf in deno dir (#2559)Bartek Iwańczuk
2019-06-22feat: log permission access (#2518)Bartek Iwańczuk
2019-06-20feat: upgrade installer and add docs (#2551)Bartek Iwańczuk
2019-06-15Upgrade INSTALLER_URL to include fixes (#2532)Ryan Dahl
2019-06-15fix deno install (#2529)Bartek Iwańczuk
2019-06-14feat: add deno install command (#2522)Bartek Iwańczuk
2019-06-12Move ModuleSpecifier to //core (#2509)Bartek Iwańczuk
2019-06-12Refactor module resolving (#2493)Bartek Iwańczuk
2019-06-11feat: default output filename for deno bundle (#2484)Ryan Dahl
2019-06-11Add --seed for setting RNG seed (#2483)Matt Harrison
2019-06-10typo (#2489)Neil Richter
2019-06-09feat: Import maps (#2360)Bartek Iwańczuk
2019-06-08Add 'bundle' subcommand. (#2467)Kitson Kelly
2019-06-05feat: bring back deno <script> (#2451)Bartek Iwańczuk
2019-06-01fmt: add --stdout option (#2439)Yoshiya Hinosawa
2019-05-30bump std/prettier@0.5.0 to std/prettier@0.7.0 (#2425)Axetroy
2019-05-24typo (#2366)ztplz
2019-05-23Improve CLI help (#2388)Ryan Dahl
2019-05-23Rename --allow-high-precision to --allow-hrtime (#2398)Ryan Dahl
2019-05-21Use tagged version of prettier in CLI (#2387)Bartek Iwańczuk
2019-05-16Add permission whitelist docs (#2365)Daiki Ihara
2019-05-16fmt: use --write option of prettier/main.ts (#2363)Yoshiya Hinosawa
2019-05-14Fix command in docs (#2353)Ryan Dahl
2019-05-11Add progress bar (#2309)Ryan Dahl
2019-05-09fix: support relative path for whitelisting (#2317)Kevin (Kun) "Kassimo" Qian
2019-05-08First pass at permissions whitelist (#2129)andy finch
2019-05-06fix: Add all permissions to deno xeval (#2290)Bartek Iwańczuk
2019-05-03add "deno run" subcommand (#2215)Bartek Iwańczuk