forked from extern/nushell
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:
@ -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,
|
||||
|
Reference in New Issue
Block a user