Skip to content

Commit fb396ea

Browse files
Add missing doc comment
1 parent 0d3f838 commit fb396ea

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

FULL_HELP_DOCS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2713,12 +2713,14 @@ Fetch ledger information
27132713

27142714
###### **Subcommands:**
27152715

2716-
* `latest`
2716+
* `latest`Get the latest ledger sequence formation from the network
27172717

27182718

27192719

27202720
## `stellar ledger latest`
27212721

2722+
Get the latest ledger sequence formation from the network
2723+
27222724
**Usage:** `stellar ledger latest [OPTIONS]`
27232725

27242726
###### **Options:**

cmd/soroban-cli/src/commands/ledger/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ mod latest;
44

55
#[derive(Debug, Subcommand)]
66
pub enum Cmd {
7+
/// Get the latest ledger sequence formation from the network
78
Latest(latest::Cmd),
89
}
910

0 commit comments

Comments
 (0)