Skip to content

Commit 6050474

Browse files
authored
Add 'pls clone' example
1 parent 403c0fd commit 6050474

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,9 @@ Given the following `.pls.yml`:
198198

199199
```yml
200200
commands:
201+
- alias: clone
202+
command: |
203+
git clone [email protected]:codevogel/$1.git
201204
- alias: nvimconf
202205
command: |
203206
cd ~/.config/nvim/lua
@@ -214,6 +217,9 @@ commands:
214217
We can now run the following commands:
215218

216219
```
220+
# Clone a repository under my account by name
221+
$ pls clone svelte-db-portal
222+
217223
# Sets the display brightness to 100%
218224
$ pls bright 100%
219225

0 commit comments

Comments
 (0)