Skip to content

Commit

Permalink
Feature: eng 484 update init with codegen changes (#706)
Browse files Browse the repository at this point in the history
* feat: update init boilerplate with shuttle-next changes

* tests: update shuttle_init_tests

* tests: ignore broken integration tests

* feat: refactor init to create bin

* fix: bug when passing path to init
  • Loading branch information
oddgrd authored Mar 14, 2023
1 parent 9f80ee8 commit 918829b
Show file tree
Hide file tree
Showing 4 changed files with 390 additions and 221 deletions.
2 changes: 1 addition & 1 deletion cargo-shuttle/src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ pub struct InitArgs {
#[command(flatten)]
pub login_args: LoginArgs,
/// Path to initialize a new shuttle project
#[arg(default_value = ".", value_parser = OsStringValueParser::new().try_map(parse_path) )]
#[arg(default_value = ".", value_parser = OsStringValueParser::new().try_map(parse_init_path) )]
pub path: PathBuf,
}

Expand Down
Loading

0 comments on commit 918829b

Please sign in to comment.