@@ -6,27 +6,21 @@ Core functions for any Bash program
66
77## Index
88
9- * [ core.init()] ( #coreinit )
109* [ core.trap_add()] ( #coretrap_add )
1110* [ core.trap_remove()] ( #coretrap_remove )
1211* [ core.shopt_push()] ( #coreshopt_push )
1312* [ core.shopt_pop()] ( #coreshopt_pop )
1413* [ core.err_set()] ( #coreerr_set )
1514* [ core.err_clear()] ( #coreerr_clear )
1615* [ core.err_exists()] ( #coreerr_exists )
17- * [ core.stacktrace_print()] ( #corestacktrace_print )
1816* [ core.print_stacktrace()] ( #coreprint_stacktrace )
1917* [ core.print_error()] ( #coreprint_error )
2018* [ core.print_warn()] ( #coreprint_warn )
2119* [ core.print_info()] ( #coreprint_info )
2220* [ core.should_output_color()] ( #coreshould_output_color )
2321* [ core.get_package_info()] ( #coreget_package_info )
24-
25- ### core.init()
26-
27- (DEPRECATED) Initiates global variables used by other functions. Deprecated as this function is called automatically
28-
29- _ Function has no arguments._
22+ * [ core.init()] ( #coreinit )
23+ * [ core.stacktrace_print()] ( #corestacktrace_print )
3024
3125### core.trap_add()
3226
@@ -132,14 +126,6 @@ _does_ exist
132126
133127_ Function has no arguments._
134128
135- ### core.stacktrace_print()
136-
137- (DEPRECATED) Prints stacktrace
138-
139- #### See also
140-
141- * [ core.print_stacktrace] ( #coreprint_stacktrace )
142-
143129### core.print_stacktrace()
144130
145131Prints stacktrace
@@ -199,3 +185,18 @@ is an empty string
199185
200186* ** REPLY** (string): The full path to the directory
201187
188+ ### core.init()
189+
190+ (DEPRECATED) Initiates global variables used by other functions. Deprecated as
191+ this function is called automatically by functions that use global variables
192+
193+ _ Function has no arguments._
194+
195+ ### core.stacktrace_print()
196+
197+ (DEPRECATED) Prints stacktrace
198+
199+ #### See also
200+
201+ * [ core.print_stacktrace] ( #coreprint_stacktrace )
202+
0 commit comments