Skip to content

Commit

Permalink
Merge branch 'main' into contract-alias-ls
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal authored Aug 30, 2024
2 parents 4e4bc49 + b4f9378 commit c1d29de
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions cmd/soroban-cli/src/commands/contract/init.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use clap::{
builder::{PossibleValue, PossibleValuesParser, ValueParser},
Parser, ValueEnum,
Parser,
};
use gix::{clone, create, open, progress, remote};
use rust_embed::RustEmbed;
Expand All @@ -26,12 +26,6 @@ const GITHUB_URL: &str = "https://github.com";
const WITH_EXAMPLE_LONG_HELP_TEXT: &str =
"An optional flag to specify Soroban example contracts to include. A hello-world contract will be included by default.";

#[derive(Clone, Debug, ValueEnum, PartialEq)]
pub enum FrontendTemplate {
Astro,
None,
}

#[derive(Parser, Debug, Clone)]
#[group(skip)]
pub struct Cmd {
Expand Down

0 comments on commit c1d29de

Please sign in to comment.