mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 15:01:57 +01:00
move cli to top level
This commit is contained in:
12
cli/src/commands.rs
Normal file
12
cli/src/commands.rs
Normal file
@@ -0,0 +1,12 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
mod context;
|
||||
mod output;
|
||||
|
||||
pub mod args;
|
||||
pub mod tunnels;
|
||||
pub mod version;
|
||||
pub use context::CommandContext;
|
||||
Reference in New Issue
Block a user