Port version (#467)

* First iteration of the version command

* Cleanup

* Fix the installed plugins bug

* Fix fmt check issue

* Fix clippy warning

* Fixing all clippy warnings

* Remove old code
This commit is contained in:
Ștefan
2021-12-11 21:08:17 +01:00
committed by GitHub
parent 9d7685e565
commit 7cbeebaac1
5 changed files with 386 additions and 2 deletions

View File

@ -40,6 +40,7 @@ pub fn create_default_context() -> EngineState {
Module,
Source,
Use,
Version,
};
// Filters
@ -173,6 +174,11 @@ pub fn create_default_context() -> EngineState {
ToMd,
ToToml,
ToTsv,
ToCsv,
Touch,
Use,
Update,
Where,
ToUrl,
ToXml,
ToYaml,