Skip to content

Commit

Permalink
Merge branch 'integrated-movement-cli' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger committed Dec 2, 2023
2 parents f9f536d + f5f8292 commit 8d93bbc
Show file tree
Hide file tree
Showing 195 changed files with 33,265 additions and 1,700 deletions.
2 changes: 1 addition & 1 deletion m1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
resolver = "2"
members = [
"subnet",
"movement",
"m1-cli",
"movement-benchmark",
"tests/e2e"
]
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion m1/movement/Cargo.toml → m1/m1-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "movement"
name = "m1-cli"
description = "Movement tool for management of nodes and interacting with the blockchain. Based on the Movement CLI."
version = "1.0.13"

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion m1/movement/src/lib.rs → m1/m1-cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ use std::collections::BTreeMap;

/// Command Line Interface (CLI) for developing and interacting with the Aptos blockchain
#[derive(Parser)]
#[clap(name = "movement", author, version, propagate_version = true)]
#[clap(name = "aptos", author, version, propagate_version = true)]
pub enum Tool {
#[clap(subcommand)]
Account(account::AccountTool),
Expand Down
2 changes: 1 addition & 1 deletion m1/movement/src/main.rs → m1/m1-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#[global_allocator]
static ALLOC: jemallocator::Jemalloc = jemallocator::Jemalloc;

use movement::{move_tool, Tool};
pub use movement::{move_tool, Tool};
use clap::Parser;
use std::process::exit;

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 8d93bbc

Please sign in to comment.