Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaak-Malers committed Feb 27, 2024
1 parent 173a2b9 commit b81ce03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

clifunction makes building and maintaining command line utilities easier than ever by using the annotations included in modern python versions, Here is a quick look:

![Easily expose python functions to the command line](./Example.png)
![Example Usage](./Example.png)


### Getting Started
Expand All @@ -27,7 +27,7 @@ migrate_data_base: {}
Migrating DB from 0 to 3
```

3. Call your functions by abbreviated names, and handle pythons builtin types:
3. Call your functions by auto-generated alias's, and handle Pythons built-in types:
```commandline
isaak@laptop:/mnt/c/Users/isaak/dev/clifunction$ python3 Example.py mdb -sv=4 --end_version=5
migrate_data_base: {'start_version': 4, 'end_version': 5}
Expand Down

0 comments on commit b81ce03

Please sign in to comment.