wip, refchans+encryption, dev

This commit is contained in:
Dmitry Zuikov 2023-07-27 08:58:52 +03:00
parent 8c9ea8408c
commit c2c80fc6f0
1 changed files with 0 additions and 2 deletions

View File

@ -547,8 +547,6 @@ main = join . customExecParser (prefs showHelpOnError) $
<> command "lref-get" (info pGetLRef (progDesc "get a linear ref")) <> command "lref-get" (info pGetLRef (progDesc "get a linear ref"))
<> command "lref-update" (info pUpdateLRef (progDesc "updates a linear ref")) <> command "lref-update" (info pUpdateLRef (progDesc "updates a linear ref"))
<> command "reflog" (info pReflog (progDesc "reflog commands")) <> command "reflog" (info pReflog (progDesc "reflog commands"))
-- <> command "lref-del" (info pDelLRef (progDesc "removes a linear ref from node linear ref list"))
<> command "showpex" (info pReflog (progDesc "reflog commands"))
) )
common = do common = do