From 1f604d2553d6e2db80f952004af5b4b4c983b6d6 Mon Sep 17 00:00:00 2001 From: Tait Hoyem Date: Sun, 25 Sep 2022 21:38:59 -0600 Subject: [PATCH] Add help reference --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bad9693..f078dc1 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,9 @@ Available subcommands: * `volume` * `zone` +Note that right now, only getting data through the `list/` endpoints is supported. +See section help for more details, i.e.: `lunanode image help` + ## TODO (looking for contributors) * [ ] Simplify code so there is less boilerplate. In particular, writing out every enum variant is pretty annoying when I need the same info out of them either way.