mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 02:27:50 +02:00
Introduce version command
This commit is contained in:
@ -194,6 +194,7 @@ pub async fn cli() -> Result<(), Box<dyn Error>> {
|
||||
whole_stream_command(Save),
|
||||
whole_stream_command(Table),
|
||||
whole_stream_command(VTable),
|
||||
whole_stream_command(Version),
|
||||
whole_stream_command(Which),
|
||||
]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user