1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/cli
Ry Dahl c016684653
refactor: reorganize flags (#3389)
- Remove ability to specify run arguments like `--allow-net` after the
  script argument. It's too hacky to make work with clap.
- Remove `--v8-options`, instead use `--v8-flags=--help`
- Give more descriptive names to unit tests in flags.rs
- Assume argv and subcommand into DenoFlags struct so the output of
  flags module is only DenoFlags rather than the tuple (subcommand, flags,
  argv).
- Improve CLI help text
- Make `deno run` specific args like `--allow-net` only show up in 'deno
  help run' instead of as global flags in `deno help`.
- Removes `deno version` to simplify our implementation and be closer to
  clap defaults. `deno -V` now only shows Deno's version and not V8's nor
  TypeScript. `Deno.versions` can be used to see that information.
- Prevent clap from auto-detecting terminal width and attempting to wrap
  text.
2019-11-26 08:06:32 -08:00
..
compilers refactor: Elevate DenoPermissions lock to top level (#3398) 2019-11-24 10:42:30 -05:00
js Add Deno.realpath (#3404) 2019-11-26 00:40:57 -08:00
ops Add Deno.realpath (#3404) 2019-11-26 00:40:57 -08:00
tests refactor: reorganize flags (#3389) 2019-11-26 08:06:32 -08:00
build.rs Merge deno_cli_snapshots into deno_cli (#3064) 2019-10-04 20:28:51 -04:00
Cargo.toml chore: remove unneeded tokio deps (#3376) 2019-11-18 21:11:50 -05:00
checksum.rs feat: lockfiles (#3231) 2019-11-03 10:39:27 -05:00
colors.rs Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
deno_dir.rs refactor: cleanup compiler pipeline (#2686) 2019-07-31 13:16:03 -04:00
deno_error.rs Use web standard Permissions API (#3200) 2019-10-27 11:22:53 -04:00
diagnostics.rs Update to TypeScript 3.6.3 (#2969) 2019-09-17 12:24:44 -04:00
disk_cache.rs fix: cache paths on Windows are broken (#2760) 2019-08-12 01:12:09 +02:00
file_fetcher.rs better error message for missing module (#3402) 2019-11-25 09:33:23 -05:00
flags.rs refactor: reorganize flags (#3389) 2019-11-26 08:06:32 -08:00
fmt_errors.rs Rename ansi.rs to colors.rs (#2956) 2019-09-15 14:48:25 -04:00
fs.rs Don't test resolve_from_cwd_absolute() on Windows (#2911) 2019-09-10 20:16:30 -07:00
global_state.rs better error message for missing module (#3402) 2019-11-25 09:33:23 -05:00
global_timer.rs remove tokio_util::block_on (#3388) 2019-11-22 12:46:57 -05:00
http_body.rs Use futures 0.3 API (#3358) 2019-11-16 19:17:47 -05:00
http_util.rs Use futures 0.3 API (#3358) 2019-11-16 19:17:47 -05:00
import_map.rs Fix import map panics, use import map's location as its base URL (#2770) 2019-08-15 13:58:04 -04:00
js.rs Merge deno_cli_snapshots into deno_cli (#3064) 2019-10-04 20:28:51 -04:00
lib.rs refactor: reorganize flags (#3389) 2019-11-26 08:06:32 -08:00
lockfile.rs feat: lockfiles (#3231) 2019-11-03 10:39:27 -05:00
main.rs Move integration tests to //cli/tests/ (#2964) 2019-09-16 21:05:14 -04:00
metrics.rs Refactor Worker and ThreadSafeState (#3242) 2019-11-04 10:38:52 -05:00
msg.rs Loader: support .wasm imports (#3328) 2019-11-14 08:31:39 -05:00
permissions.rs refactor: Elevate DenoPermissions lock to top level (#3398) 2019-11-24 10:42:30 -05:00
progress.rs Port code from Cargo and use for progress 2019-06-25 06:32:28 -07:00
repl.rs Ensure DENO_DIR when saving the REPL history (#3106) 2019-10-11 10:12:39 -07:00
resolve_addr.rs Use futures 0.3 API (#3358) 2019-11-16 19:17:47 -05:00
shell.rs Use system rustfmt instead of fixed binary (#2701) 2019-07-31 17:11:37 -04:00
signal.rs Refactor error to use dynamic dispatch and traits 2019-07-11 14:37:00 -04:00
source_maps.rs Merge deno_cli_snapshots into deno_cli (#3064) 2019-10-04 20:28:51 -04:00
startup_data.rs Merge deno_cli_snapshots into deno_cli (#3064) 2019-10-04 20:28:51 -04:00
state.rs better error message for missing module (#3402) 2019-11-25 09:33:23 -05:00
test_util.rs Revert "tests: share http server between tests (#3336)" 2019-11-13 21:00:56 -05:00
tokio_util.rs remove tokio_util::block_on (#3388) 2019-11-22 12:46:57 -05:00
version.rs Merge deno_cli_snapshots into deno_cli (#3064) 2019-10-04 20:28:51 -04:00
worker.rs refactor: Elevate DenoPermissions lock to top level (#3398) 2019-11-24 10:42:30 -05:00