mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-05 18:55:56 +00:00
Update cheatsheets
This commit is contained in:
6
tldr/dvc
6
tldr/dvc
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Data Version Control: like `git` for data.
|
||||
> Some subcommands such as `commit` have their own usage documentation.
|
||||
> More information: <https://dvc.org/>.
|
||||
> More information: <https://dvc.org/doc/command-reference>.
|
||||
|
||||
- Execute a DVC subcommand:
|
||||
|
||||
@@ -15,11 +15,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Display general help:
|
||||
|
||||
`dvc --help`
|
||||
`dvc {{[-h|--help]}}`
|
||||
|
||||
- Display help about a specific subcommand:
|
||||
|
||||
`dvc {{subcommand}} --help`
|
||||
`dvc {{subcommand}} {{[-h|--help]}}`
|
||||
|
||||
- Display version:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user