From 0ef48ddcbbdbb463e60281d8f84b89d44e64f5c4 Mon Sep 17 00:00:00 2001 From: xqtc Date: Thu, 10 Oct 2024 22:01:31 +0200 Subject: [PATCH] Add README --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2141ff2 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# meowlog +--- +## WIP NOT WORKING AND SUBJECT TO CHANGE +--- +``` +Commands: + add-ingestion Adds ingestion + edit-ingestion Edits an ingestion + list-ingestions List ingestions + remove-ingestion Remove ingestion + add-substance Adds substance + edit-substance Edits an substance + list-substances List substances + remove-substance Remove substance + help Print this message or the help of the given subcommand(s) + +Options: + -h, --help Print help + -V, --version Print version +``` +