From a431a18a169445ddcea1a3abb7afdac9b25cf6bc Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Fri, 1 Oct 2021 02:39:17 +0000 Subject: [PATCH] Restyled by prettier --- content/docs/command-reference/diff.md | 10 +++++----- content/docs/command-reference/exp/diff.md | 4 ++-- content/docs/command-reference/exp/show.md | 4 ++-- content/docs/command-reference/list.md | 4 ++-- content/docs/command-reference/metrics/show.md | 4 ++-- content/docs/command-reference/params/diff.md | 4 ++-- content/docs/command-reference/status.md | 4 ++-- 7 files changed, 17 insertions(+), 17 deletions(-) diff --git a/content/docs/command-reference/diff.md b/content/docs/command-reference/diff.md index 4ab3447088..63e4a96a04 100644 --- a/content/docs/command-reference/diff.md +++ b/content/docs/command-reference/diff.md @@ -30,9 +30,9 @@ branch or tag name, Git commit hash, etc. It defaults to comparing the current workspace and the last commit (`HEAD`), if arguments `a_rev` and `b_rev` are not specified. -Options `--json` and `--show-hash` can be used to modify format of the -output of this command. See the [Options](#options) and [Examples](#examples) -sections below for more details. +Options `--json` and `--show-hash` can be used to modify format of the output of +this command. See the [Options](#options) and [Examples](#examples) sections +below for more details. `dvc diff` does not have an effect when the repository is not tracked by Git, for example when `dvc init` was used with the `--no-scm` option. @@ -56,8 +56,8 @@ for example when `dvc init` was used with the `--no-scm` option. $ dvc diff --targets t1.json t2.yaml -- HEAD v1 ``` -- `--json` - prints the command's output in easily parsable JSON format, - instead of a human-readable table. +- `--json` - prints the command's output in easily parsable JSON format, instead + of a human-readable table. - `--md` - prints the command's output in Markdown table format. diff --git a/content/docs/command-reference/exp/diff.md b/content/docs/command-reference/exp/diff.md index 2ca8a85f23..45f3f7b4ba 100644 --- a/content/docs/command-reference/exp/diff.md +++ b/content/docs/command-reference/exp/diff.md @@ -54,8 +54,8 @@ all the current experiments (without comparisons). - `--param-deps` - include only parameters that are stage dependencies. -- `--json` - prints the command's output in easily parsable JSON format, - instead of a human-readable table. +- `--json` - prints the command's output in easily parsable JSON format, instead + of a human-readable table. - `--md` - prints the command's output in the Markdown table format ([GFM](https://github.github.com/gfm/#tables-extension-)). diff --git a/content/docs/command-reference/exp/show.md b/content/docs/command-reference/exp/show.md index 650c281a82..4cc8fb9663 100644 --- a/content/docs/command-reference/exp/show.md +++ b/content/docs/command-reference/exp/show.md @@ -112,8 +112,8 @@ metric or param. - `--sha` - display Git commit (SHA) hashes instead of branch, tag, or experiment names. -- `--json` - prints the command's output in easily parsable JSON format, - instead of a human-readable table. +- `--json` - prints the command's output in easily parsable JSON format, instead + of a human-readable table. - `--csv` - prints the command's output in CSV format instead of a human-readable table. diff --git a/content/docs/command-reference/list.md b/content/docs/command-reference/list.md index 43414aa115..eca0b13868 100644 --- a/content/docs/command-reference/list.md +++ b/content/docs/command-reference/list.md @@ -65,8 +65,8 @@ accessed with `dvc get`, `dvc import`, or `dvc.api`. [Git revision](https://git-scm.com/docs/revisions)) of the repository to list content for. The latest commit in `master` (tip of the default branch) is used by default when this option is not specified. -- `--json` - prints the command's output in easily parsable JSON format, - instead of a human-readable table. +- `--json` - prints the command's output in easily parsable JSON format, instead + of a human-readable table. - `-h`, `--help` - prints the usage/help message, and exit. diff --git a/content/docs/command-reference/metrics/show.md b/content/docs/command-reference/metrics/show.md index a48d5d5ed5..4c01865f70 100644 --- a/content/docs/command-reference/metrics/show.md +++ b/content/docs/command-reference/metrics/show.md @@ -44,8 +44,8 @@ compares them with a previous version. well as in the workspace. This prints metrics in the entire commit history of the project. -- `--json` - prints the command's output in easily parsable JSON format, - instead of a human-readable table. +- `--json` - prints the command's output in easily parsable JSON format, instead + of a human-readable table. - `--md` - prints the command's output in Markdown table format. diff --git a/content/docs/command-reference/params/diff.md b/content/docs/command-reference/params/diff.md index 697321b2b4..7092a455d3 100644 --- a/content/docs/command-reference/params/diff.md +++ b/content/docs/command-reference/params/diff.md @@ -62,8 +62,8 @@ specified with the `--targets` option. - `--deps` - include only parameters that are stage dependencies. -- `--json` - prints the command's output in easily parsable JSON format, - instead of a human-readable table. +- `--json` - prints the command's output in easily parsable JSON format, instead + of a human-readable table. - `--md` - prints the command's output in the Markdown table format. diff --git a/content/docs/command-reference/status.md b/content/docs/command-reference/status.md index a22dfc3091..f070c80f95 100644 --- a/content/docs/command-reference/status.md +++ b/content/docs/command-reference/status.md @@ -142,8 +142,8 @@ that. [remote storage](/doc/command-reference/remote) to compare against (see `dvc remote list`. Implies `--cloud`. -- `--json` - prints the command's output in easily parsable JSON format, - instead of a human-readable table. +- `--json` - prints the command's output in easily parsable JSON format, instead + of a human-readable table. - `-j `, `--jobs ` - parallelism level for DVC to access data from remote storage. This only applies when the `--cloud` option is used, or a