1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-02-24 15:55:41 -05:00

Remove WIP status from cmd line parser API

This commit is contained in:
Alex Kotov 2021-12-12 22:11:49 +05:00
parent 5504054a22
commit d872b8a668
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -22,7 +22,7 @@ Table of contents
API API
--- ---
* [Simple command line parser](/include/kernaux/cmdline.h) *(work in progress)* * [Simple command line parser](/include/kernaux/cmdline.h)
* [Multiboot 2 (GRUB 2) information parser](/include/kernaux/multiboot2.h) * [Multiboot 2 (GRUB 2) information parser](/include/kernaux/multiboot2.h)
* [Serial console](/include/kernaux/console.h) * [Serial console](/include/kernaux/console.h)
* [Page Frame Allocator](/include/kernaux/pfa.h) *(work in progress)* * [Page Frame Allocator](/include/kernaux/pfa.h) *(work in progress)*