Skip to content

Commit d9d2542

Browse files
committed
README.md
1 parent 821c070 commit d9d2542

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,19 +135,20 @@ Anything after ```#``` in your prompt file will be considered as a comment by Bi
135135

136136
You can use ```\#``` as an escape sequence to make ```#``` as a part of your prompt and to not use it for commenting anymore.
137137

138-
##### Disabling Comments:
139-
140-
To disable comments in prompt file (undo the behaviour discussed above), you can use -i/--ignore flag in your command for Bito CLI.
141-
142-
Eg. "bito -p prompt.txt -i" will make sure that even if ```#``` is present in your prompt file, it won't be considered as a comment and your file will be processed as it is.
143-
144138
###### Few examples for above:
145139

146140
1. Give me an example of bubble sort in python # everything written here will be considered as a comment now.
147141
2. Explain what this part of the code do: ```\#include<stdio.h>```
148142
i. in the example above ```\#``` can be used as an escape sequence to include ```#``` as a part of your prompt.
149143
3. #This will be considered as a comment as it contains # at the start of the line itself.
150144

145+
##### Disabling Comments:
146+
147+
To disable comments in prompt file (undo the behaviour discussed above), you can use -i/--ignore flag in your command for Bito CLI.
148+
149+
Eg. "bito -p prompt.txt -i" will make sure that even if ```#``` is present in your prompt file, it won't be considered as a comment and your file will be processed as it is.
150+
151+
151152
##### Using Macro:
152153

153154
Use ``{{%input%}}`` macro in the prompt file to refer to the contents of the file provided via -f option

0 commit comments

Comments
 (0)