Fix indentation
?
This commit is contained in:
parent
f688616fe9
commit
05c5182aa2
20
README.md
20
README.md
@ -18,25 +18,25 @@ When invoked as specified in usage (with any number of valid flags plus exactly
|
|||||||
|
|
||||||
* Check for the existence of `$arg1`
|
* Check for the existence of `$arg1`
|
||||||
|
|
||||||
* If `$arg1` is a directory or symbolic link, proceed
|
* If `$arg1` is a directory or symbolic link, proceed
|
||||||
|
|
||||||
* If `$arg1` is any other type of file, panic
|
* If `$arg1` is any other type of file, panic
|
||||||
|
|
||||||
* If `$arg1` does not exist, then:
|
* If `$arg1` does not exist, then:
|
||||||
|
|
||||||
* Execute the pre-create hook if configured to do so
|
* Execute the pre-create hook if configured to do so
|
||||||
|
|
||||||
* Create `$arg1` as a directory
|
* Create `$arg1` as a directory
|
||||||
|
|
||||||
* Initialize an empty git repository if configured to do so
|
* Initialize an empty git repository if configured to do so
|
||||||
|
|
||||||
* `cd` to `$arg1`
|
* `cd` to `$arg1`
|
||||||
|
|
||||||
* Execute a subshell, and
|
* Execute a subshell, and
|
||||||
|
|
||||||
* Source `.projenv` if configured to do so
|
* Source `.projenv` if configured to do so
|
||||||
|
|
||||||
* Execute `$SHELL`
|
* Execute `$SHELL`
|
||||||
|
|
||||||
## Flags
|
## Flags
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user