options to env handling

This commit is contained in:
2026-06-05 00:38:12 +02:00
parent 37ce941e02
commit e52763c35e
5 changed files with 90 additions and 8 deletions

View File

@ -2,3 +2,7 @@ pub mod add;
pub mod edit;
pub mod remove;
pub mod ls;
pub mod env_settings;
pub mod utils;