You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,19 +135,20 @@ Anything after ```#``` in your prompt file will be considered as a comment by Bi
135
135
136
136
You can use ```\#``` as an escape sequence to make ```#``` as a part of your prompt and to not use it for commenting anymore.
137
137
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
-
144
138
###### Few examples for above:
145
139
146
140
1. Give me an example of bubble sort in python # everything written here will be considered as a comment now.
147
141
2. Explain what this part of the code do: ```\#include<stdio.h>```
148
142
i. in the example above ```\#``` can be used as an escape sequence to include ```#``` as a part of your prompt.
149
143
3. #This will be considered as a comment as it contains # at the start of the line itself.
150
144
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
+
151
152
##### Using Macro:
152
153
153
154
Use ``{{%input%}}`` macro in the prompt file to refer to the contents of the file provided via -f option
0 commit comments