add workspace/folder/environment commands and reorganize cli tests

This commit is contained in:
Gregory Schier
2026-02-16 08:29:35 -08:00
parent 6a23f0a5ee
commit 0bf24c0dc1
17 changed files with 610 additions and 183 deletions

View File

@@ -1,3 +1,6 @@
pub mod confirm;
pub mod environment;
pub mod folder;
pub mod request;
pub mod send;
pub mod workspace;