From 2c52425869e73f994ba78fc1bdf8aaa42c0c0edd Mon Sep 17 00:00:00 2001 From: Pavel 'LEdoian' Turinsky Date: Fri, 12 Aug 2022 02:45:24 +0200 Subject: [PATCH] More TODO --- TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO b/TODO index 34ca52e..86ff1a9 100644 --- a/TODO +++ b/TODO @@ -2,6 +2,7 @@ Needed features: - Ranges - Timeouts - Basic usage +- Default arguments to parse (--help, --version, -w, -c, -t) - Packaging - Debian - Arch @@ -12,3 +13,6 @@ Nice-to-have: Little things: - editorconfig + +Could be done, but could do without +- Generator for Icinga config (we know the arguments and their defaults, so we can just dump that and help the user)