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
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ Table of contents
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)
* [Serial console](/include/kernaux/console.h)
* [Page Frame Allocator](/include/kernaux/pfa.h) *(work in progress)*