Skip to content

Commit

Permalink
docs(commands): example for push
Browse files Browse the repository at this point in the history
  • Loading branch information
beeb committed Aug 4, 2024
1 parent dcab083 commit 2879346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ pub struct Push {

/// Use this if the dependency you want to push is not in the current directory.
///
/// Example: `soldeer push /path/to/dep`.
/// Example: `soldeer push mypkg~0.1.0 /path/to/dep`.
pub path: Option<PathBuf>,

/// Use this if you want to run a dry run. If set, this will generate a zip file that you can
Expand Down

0 comments on commit 2879346

Please sign in to comment.