File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
examples/completions/src/lib
libraries/completions_function Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # [@bashly-upgrade completions send_completions]
1+ # # [@bashly-upgrade completions send_completions]
22send_completions () {
33 echo $' #!/usr/bin/env bash'
44 echo $' '
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def function_name
2828
2929 def completions_function_code ( function_name )
3030 [
31- "# [@bashly-upgrade completions #{ function_name } ]" ,
31+ "## [@bashly-upgrade completions #{ function_name } ]" ,
3232 command . completion_function ( function_name )
3333 ] . join "\n "
3434 end
Original file line number Diff line number Diff line change 1- # [@bashly-upgrade completions send_completions]
1+ ## [@bashly-upgrade completions send_completions]
22send_completions() {
33 echo $'#!/usr/bin/env bash'
44 echo $''
Original file line number Diff line number Diff line change 11---
22- :path: spec/tmp/src/lib/send_completions.sh
33 :content: |-
4- # [@bashly-upgrade completions send_completions]
4+ ## [@bashly-upgrade completions send_completions]
55 send_completions() {
66 echo $'#!/usr/bin/env bash'
77 echo $''
You can’t perform that action at this time.
0 commit comments