Minor changes

This commit is contained in:
Heiko Joerg Schick
2023-09-06 15:37:49 +02:00
parent ee96b7822d
commit 20c2a112aa
+1 -1
View File
@@ -117,7 +117,7 @@ Since v.0.2 the safety switch setting moved to `yolo.yaml`, the old `~/.yolo-saf
To have yolo run commands right away when they come back from ChatGPT change the `safety` in the `yolo.yaml` to `False`.
If you still want to inspect the command that is executed when safety is off, add the `-a` argument, e.g `yolo -a delete the file test.txt`.
If you still want to inspect the command that is executed when safety is off, add the `-s` argument, e.g `yolo -s delete the file test.txt`.
Let's go!