Skip to content

Commit

Permalink
Merge pull request #4 from stealthrocket/explain-session
Browse files Browse the repository at this point in the history
Improve dispatch session message
  • Loading branch information
Pryz authored Apr 12, 2024
2 parents 6b38c31 + d237061 commit c815406
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cli/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ previous run.`, defaultEndpoint),
BridgeSession = uuid.New().String()
}

dialog("Starting Dispatch session: %v", BridgeSession)
dialog(`Starting Dispatch session: %v
Run 'dispatch help run' to learn about Dispatch sessions.`, BridgeSession)

// Execute the command, forwarding the environment and
// setting the necessary extra DISPATCH_* variables.
Expand Down

0 comments on commit c815406

Please sign in to comment.