Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lennardv2 committed Jan 11, 2021
1 parent 03b19f3 commit 63fe2ca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,14 @@ $ ehh ls QUERY?
List your commands with an index and description. Add an optional QUERY to filter the list.

```
$ ehh run INDEX|QUERY
$ ehh run INDEX|ALIAS
OR
$ ehh INDEX (less typing)
OR
$ ehh ALIAS
```

Run your command by index. It's also possible to use a query, it will loop through the matches and ask for it to be run.
Run your command by index. It's also possible to use an alias, it will loop through the matches and ask for it to be run.

```
$ ehh get INDEX
Expand Down

0 comments on commit 63fe2ca

Please sign in to comment.