@@ -6,27 +6,21 @@ Core functions for any Bash program
6
6
7
7
## Index
8
8
9
- * [ core.init()] ( #coreinit )
10
9
* [ core.trap_add()] ( #coretrap_add )
11
10
* [ core.trap_remove()] ( #coretrap_remove )
12
11
* [ core.shopt_push()] ( #coreshopt_push )
13
12
* [ core.shopt_pop()] ( #coreshopt_pop )
14
13
* [ core.err_set()] ( #coreerr_set )
15
14
* [ core.err_clear()] ( #coreerr_clear )
16
15
* [ core.err_exists()] ( #coreerr_exists )
17
- * [ core.stacktrace_print()] ( #corestacktrace_print )
18
16
* [ core.print_stacktrace()] ( #coreprint_stacktrace )
19
17
* [ core.print_error()] ( #coreprint_error )
20
18
* [ core.print_warn()] ( #coreprint_warn )
21
19
* [ core.print_info()] ( #coreprint_info )
22
20
* [ core.should_output_color()] ( #coreshould_output_color )
23
21
* [ 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 )
30
24
31
25
### core.trap_add()
32
26
@@ -132,14 +126,6 @@ _does_ exist
132
126
133
127
_ Function has no arguments._
134
128
135
- ### core.stacktrace_print()
136
-
137
- (DEPRECATED) Prints stacktrace
138
-
139
- #### See also
140
-
141
- * [ core.print_stacktrace] ( #coreprint_stacktrace )
142
-
143
129
### core.print_stacktrace()
144
130
145
131
Prints stacktrace
@@ -199,3 +185,18 @@ is an empty string
199
185
200
186
* ** REPLY** (string): The full path to the directory
201
187
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