summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/bin/jv.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bin/jv.rs b/src/bin/jv.rs
index d9baeb8..26e7d19 100644
--- a/src/bin/jv.rs
+++ b/src/bin/jv.rs
@@ -198,18 +198,23 @@ enum JustEnoughVcsWorkspaceCommand {
Login(LoginArgs),
// Completion Helpers
+ /// Display History IP Address
#[command(name = "_ip_history")]
GetHistoryIpAddress,
+ /// Display Workspace Directory
#[command(name = "_workspace_dir")]
GetWorkspaceDir,
+ /// Display Current Account
#[command(name = "_account")]
GetCurrentAccount,
+ /// Display Current Upstream Vault
#[command(name = "_upstream")]
GetCurrentUpstream,
+ /// Display Current Sheet
#[command(name = "_sheet")]
GetCurrentSheet,
}