Skip to content

Commit

Permalink
chore: Update CLI future usage spec
Browse files Browse the repository at this point in the history
  • Loading branch information
xbasset committed Jul 26, 2024
1 parent 1826574 commit 80cba84
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ CLI is still in very early phase and work in progress
## (FUTURE – NOT READY) Usage

```shell
(venv) user@system cli % mojodex run --task-name meeting_minutes
(venv) user@system cli % mojodex run --task-name ideas_to_note
(venv) user@system cli % mojodex run --task-name general_assistance
(venv) user@system cli % mojodex run --task meeting_minutes
(venv) user@system cli % mojodex run --task ideas_to_note
(venv) user@system cli % mojodex run --task general_assistance
(venv) user@system cli % md general_assistance

(venv) user@system cli % mojodex % mojodex run --task prepare_doc_from_recording --input-file ~/Downloads/recording.webm --output-file mojodex_doc_intro.md
```

0 comments on commit 80cba84

Please sign in to comment.