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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,12 @@ 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
+
138
144
###### Few examples for above:
139
145
140
146
1. Give me an example of bubble sort in python # everything written here will be considered as a comment now.
0 commit comments