diff options
author | bartOssh <lenart.consulting@gmail.com> | 2020-09-16 15:38:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-16 15:38:38 +0200 |
commit | 81ca7096c5e8830cf8707c77fd244672e7e67c79 (patch) | |
tree | ff73340eb97b2601b41903a641b4cb99911f8aa5 /cli/fmt.rs | |
parent | d4a24c870e87b55dab425bc2c320aa88a6224030 (diff) |
refactor(unstable): deno info --json output (#7417)
Provide flat JSON structured output.
Fix BrokenPipe error when piping out to "head".
Diffstat (limited to 'cli/fmt.rs')
-rw-r--r-- | cli/fmt.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/fmt.rs b/cli/fmt.rs index e225b328b..16b90b1c7 100644 --- a/cli/fmt.rs +++ b/cli/fmt.rs @@ -1,6 +1,6 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. -//! This module provides file formating utilities using +//! This module provides file formatting utilities using //! [`dprint-plugin-typescript`](https://github.com/dsherret/dprint-plugin-typescript). //! //! At the moment it is only consumed using CLI but in |