mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
@@ -52,6 +52,7 @@ const VERSION: &str = concatcp!(NUMBER_IN_VERSION, " (commit ", COMMIT_IN_VERSIO
|
|||||||
#[clap(
|
#[clap(
|
||||||
help_template = INTEGRATED_TEMPLATE,
|
help_template = INTEGRATED_TEMPLATE,
|
||||||
long_about = None,
|
long_about = None,
|
||||||
|
name = constants::APPLICATION_NAME,
|
||||||
version = VERSION,
|
version = VERSION,
|
||||||
)]
|
)]
|
||||||
pub struct IntegratedCli {
|
pub struct IntegratedCli {
|
||||||
@@ -84,6 +85,7 @@ pub struct CliCore {
|
|||||||
help_template = STANDALONE_TEMPLATE,
|
help_template = STANDALONE_TEMPLATE,
|
||||||
long_about = None,
|
long_about = None,
|
||||||
version = VERSION,
|
version = VERSION,
|
||||||
|
name = constants::APPLICATION_NAME,
|
||||||
)]
|
)]
|
||||||
pub struct StandaloneCli {
|
pub struct StandaloneCli {
|
||||||
#[clap(flatten)]
|
#[clap(flatten)]
|
||||||
@@ -173,6 +175,7 @@ pub enum Commands {
|
|||||||
Version(VersionArgs),
|
Version(VersionArgs),
|
||||||
|
|
||||||
/// Runs a local web version of VS Code.
|
/// Runs a local web version of VS Code.
|
||||||
|
#[clap(about = concatcp!("Runs a local web version of ", constants::PRODUCT_NAME_LONG))]
|
||||||
ServeWeb(ServeWebArgs),
|
ServeWeb(ServeWebArgs),
|
||||||
|
|
||||||
/// Runs the control server on process stdin/stdout
|
/// Runs the control server on process stdin/stdout
|
||||||
|
|||||||
Reference in New Issue
Block a user