Skip to content

Commit b163ca6

Browse files
committed
docs: Removed the list of to-dos from the README.
1 parent 52efecc commit b163ca6

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

README.md

-23
Original file line numberDiff line numberDiff line change
@@ -17,29 +17,6 @@ The goal of this provider is not to call any APIs, but to provide pre-built func
1717

1818
See the `docs/` directory for user-facing documentation.
1919

20-
## Planned Functions
21-
22-
* [ ] corefunc_dump(any)
23-
* [X] corefunc_env_ensure([]string)
24-
* [ ] corefunc_list_first(arr)
25-
* [ ] corefunc_list_last(arr)
26-
* [ ] corefunc_list_pop(array)
27-
* [ ] corefunc_list_push(arr, any)
28-
* [ ] corefunc_list_shift(arr, any)
29-
* [ ] corefunc_list_sort_icase(arr)
30-
* [ ] corefunc_list_sort_version(arr)
31-
* [ ] corefunc_list_unshift(arr)
32-
* [ ] corefunc_println(string)
33-
* [ ] corefunc_str_camel(string)
34-
* [ ] corefunc_str_constant(string)
35-
* [ ] corefunc_str_kebab(string)
36-
* [ ] corefunc_str_leftpad(any, string, length)
37-
* [ ] corefunc_str_recursive_replace(string, map[string]any)
38-
* [ ] corefunc_str_resolve_markers(string)
39-
* [ ] corefunc_str_snake(string)
40-
* [X] corefunc_str_truncate_label(int, string, string)
41-
* [ ] corefunc_str_word(string)
42-
4320
## Documentation
4421

4522
* [TF Registry Documentation](https://registry.terraform.io/providers/northwood-labs/corefunc/) (not published yet; see the `docs/` directory in the interim)

0 commit comments

Comments
 (0)