From 41b8c523739a4788a3f6c2e24ab948b71b568fa3 Mon Sep 17 00:00:00 2001 From: Sergey Ivanov Date: Tue, 21 Feb 2023 02:38:27 +0400 Subject: [PATCH] wip --- hbs2/Main.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/hbs2/Main.hs b/hbs2/Main.hs index cdede0f5..d7a3bccd 100644 --- a/hbs2/Main.hs +++ b/hbs2/Main.hs @@ -487,7 +487,6 @@ main = join . customExecParser (prefs showHelpOnError) $ <> command "lref-list" (info pListLRef (progDesc "list node linear refs")) <> command "lref-get" (info pGetLRef (progDesc "get a linear ref")) <> command "lref-update" (info pUpdateLRef (progDesc "updates a linear ref")) - -- <> command "lref-del" (info pDelLRef (progDesc "removes a linear ref from node linear ref list")) ) common = do