Skip to content

Commit 7f4a14a

Browse files
committed
Documentation
1 parent 2507993 commit 7f4a14a

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

compiler-cli/src/lib.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -442,10 +442,7 @@ enum Hex {
442442
/// - HEXPM_API_KEY: (optional) A Hex API key to authenticate with the Hex package manager.
443443
///
444444
#[command(verbatim_doc_comment)]
445-
Unretire {
446-
package: String,
447-
version: String,
448-
},
445+
Unretire { package: String, version: String },
449446

450447
/// Revert a release from Hex
451448
///
@@ -466,6 +463,7 @@ enum Hex {
466463
#[command(subcommand)]
467464
Owner(Owner),
468465

466+
/// Log in to Hex. Replaces the credentials with new ones if already logged in.
469467
Authenticate,
470468
}
471469

0 commit comments

Comments
 (0)