Skip to content

Commit

Permalink
feat(iota-move): add doc comments for the CLI (#1973)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoralf-M authored Aug 22, 2024
1 parent 4ae505d commit 303e401
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/iota-move/src/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ use serde_json::json;
const LAYOUTS_DIR: &str = "layouts";
const STRUCT_LAYOUTS_FILENAME: &str = "struct_layouts.yaml";

/// Build a move package.
#[derive(Parser)]
#[group(id = "iota-move-build")]
pub struct Build {
Expand Down
1 change: 1 addition & 0 deletions crates/iota-move/src/disassemble.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ use move_disassembler::disassembler::Disassembler;
use move_ir_types::location::Spanned;
use move_package::BuildConfig;

/// Disassemble move code.
#[derive(Parser)]
#[group(id = "iota-move-disassemmble")]
pub struct Disassemble {
Expand Down

0 comments on commit 303e401

Please sign in to comment.