mirror of
https://github.com/tiktok/sparo.git
synced 2024-11-14 19:35:12 -05:00
chore: update clone output build test
This commit is contained in:
parent
6f992e755d
commit
7fb2334991
2 changed files with 3 additions and 1 deletions
|
@ -6,6 +6,8 @@ Git version is __VERSION__
|
||||||
|
|
||||||
sparo clone <repository> [directory]
|
sparo clone <repository> [directory]
|
||||||
|
|
||||||
|
Clone a repository into a new directory
|
||||||
|
|
||||||
Positionals:
|
Positionals:
|
||||||
repository The remote repository to clone from. [string] [required]
|
repository The remote repository to clone from. [string] [required]
|
||||||
directory The name of a new directory to clone into. The "humanish" part of
|
directory The name of a new directory to clone into. The "humanish" part of
|
||||||
|
|
|
@ -12,7 +12,7 @@ Commands:
|
||||||
profiles that contain the specified
|
profiles that contain the specified
|
||||||
project name
|
project name
|
||||||
sparo init-profile Initialize a new profile.
|
sparo init-profile Initialize a new profile.
|
||||||
sparo clone <repository> [directory]
|
sparo clone <repository> [directory] Clone a repository into a new directory
|
||||||
sparo checkout [branch] [start-point] Updates files in the working tree to
|
sparo checkout [branch] [start-point] Updates files in the working tree to
|
||||||
match the version in the index or the
|
match the version in the index or the
|
||||||
specified tree. If no pathspec was
|
specified tree. If no pathspec was
|
||||||
|
|
Loading…
Reference in a new issue