mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 10:02:10 +02:00

* pages/*: standardize mentioning subcommands without the main command * CONTRIBUTING: clarify that pages should only mention the subcommand
365 B
365 B
dvc
Data Version Control: like
git
for data. Some subcommands such ascommit
have their own usage documentation. More information: https://dvc.org/.
- Execute a DVC subcommand:
dvc {{subcommand}}
- Display general help:
dvc --help
- Display help about a specific subcommand:
dvc {{subcommand}} --help
- Display version:
dvc --version