forked from lix-project/lix
add todo on store docs
This commit is contained in:
parent
3a62651bd6
commit
589fd897fb
|
@ -70,6 +70,7 @@ let
|
|||
* [`${command} ${name}`](./${appendName filename name}.md) - ${subcmd.description}
|
||||
'';
|
||||
|
||||
# TODO: move this confusing special case out of here when implementing #8496
|
||||
maybeDocumentation = optionalString
|
||||
(details ? doc)
|
||||
(replaceStrings ["@stores@"] [storeDocs] details.doc);
|
||||
|
|
Loading…
Reference in a new issue