From 138f629704aef9eec5c2d83d11536ff37b4b4c17 Mon Sep 17 00:00:00 2001 From: Yash Thakur <45539777+ysthakur@users.noreply.github.com> Date: Mon, 18 Mar 2024 21:34:41 -0400 Subject: [PATCH] Note that Darwin manpages aren't parsed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bac3c2..87a60e0 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ it generates KDL and JSON files so you can process the command information to generate completions yourself or something else. The manpage parsing has been mainly ported from [Fish's completions script](https://github.com/fish-shell/fish-shell/blob/master/share/tools/create_manpage_completions.py), -although this crate doesn't yet support every kind of manpage that the Fish script supports. +although this crate doesn't yet support every kind of manpage that the Fish script supports. In particular, MacOS man pages cannot yet be parsed. Any help with that would be greatly appreciated. ## Installation