implement list command

This commit is contained in:
Pierre de Lacroix 2026-06-27 13:32:01 +02:00
parent 8309d26c9f
commit 3210581a22
Signed by: lateralus23
GPG key ID: 53E0CEC29C24EF39
7 changed files with 467 additions and 25 deletions

View file

@ -21,3 +21,5 @@ log = "^0.4"
simple_logger = "^5.2"
either = "^1.15"
shlex = "2.0.1"
grist-client = { git = "https://github.com/QazCetelic/grist-client-rs", version = "0.0.1" }
chrono = "0.4.45"