From b2710c698c405bee2e3ba70323975d7bad848242 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 2 Sep 2019 06:16:52 -0700 Subject: [PATCH] ;doc: cli: add missing commands to manual commodities, descriptions, diff, notes, payees [ci skip] --- hledger/hledger_commands.m4.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/hledger/hledger_commands.m4.md b/hledger/hledger_commands.m4.md index 6bed36a4a..34f82ee90 100644 --- a/hledger/hledger_commands.m4.md +++ b/hledger/hledger_commands.m4.md @@ -56,6 +56,18 @@ _include_({{Hledger/Cli/Commands/Checkdupes.md}}) _include_({{Hledger/Cli/Commands/Close.md}}) +## commodities + +_include_({{Hledger/Cli/Commands/Commodities.md}}) + +## descriptions + +_include_({{Hledger/Cli/Commands/Descriptions.md}}) + +## diff + +_include_({{Hledger/Cli/Commands/Diff.md}}) + ## files _include_({{Hledger/Cli/Commands/Files.md}}) @@ -72,6 +84,14 @@ _include_({{Hledger/Cli/Commands/Import.md}}) _include_({{Hledger/Cli/Commands/Incomestatement.md}}) +## notes + +_include_({{Hledger/Cli/Commands/Notes.md}}) + +## payees + +_include_({{Hledger/Cli/Commands/Payees.md}}) + ## prices _include_({{Hledger/Cli/Commands/Prices.md}})