Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed Nov 1, 2024
1 parent e5ac55b commit 504cf42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions FULL_HELP_DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Anything after the `--` double dash (the "slop") is parsed as arguments to the c

* `contract` — Tools for smart contract developers
* `events` — Watch the network for contract events
* `env`Show current environment
* `env`Prints the current environment variables or defaults to the stdout, in a format that can be used as .env file. Environment variables have precedency over defaults
* `keys` — Create and manage identities including keys and addresses
* `network` — Start and configure networks
* `snapshot` — Download a snapshot of a ledger from an archive
Expand Down Expand Up @@ -900,7 +900,7 @@ Watch the network for contract events

## `stellar env`

Show current environment
Prints the current environment variables or defaults to the stdout, in a format that can be used as .env file. Environment variables have precedency over defaults

**Usage:** `stellar env [OPTIONS]`

Expand Down
4 changes: 3 additions & 1 deletion cmd/soroban-cli/src/commands/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@ pub enum Cmd {
/// Watch the network for contract events
Events(events::Cmd),

/// Show current environment
/// Prints the current environment variables or defaults to the stdout, in
/// a format that can be used as .env file. Environment variables have
/// precedency over defaults.
Env(env::Cmd),

/// Create and manage identities including keys and addresses
Expand Down

0 comments on commit 504cf42

Please sign in to comment.