Add autoenv untrust command

This commit is contained in:
Sam Hedin
2020-06-21 20:59:21 +02:00
parent 2224d07b8a
commit 74fbf786c4
5 changed files with 26 additions and 16 deletions

View File

@ -3,6 +3,7 @@ mod append;
mod average;
mod autoenv;
mod autoenv_trust;
mod autoenv_untrust;
mod cal;
mod calc;
mod cd;