mirror of
https://github.com/NixOS/nix.git
synced 2025-11-12 13:36:02 +01:00
Move command plugin interface to libnixcmd
This commit is contained in:
parent
36c4d6f592
commit
6af6e41df0
21 changed files with 36 additions and 11 deletions
7
src/libcmd/markdown.hh
Normal file
7
src/libcmd/markdown.hh
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#include "types.hh"
|
||||
|
||||
namespace nix {
|
||||
|
||||
std::string renderMarkdownToTerminal(std::string_view markdown);
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue