Skip to content

Commit

Permalink
doc: add link to linkup docs in help command (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
hviksten authored Apr 24, 2024
1 parent 0697f6a commit bf51c3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion linkup-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "linkup-cli"
version = "0.2.14"
version = "0.2.15"
edition = "2021"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion linkup-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ pub enum CheckErr {
#[derive(Parser)]
#[command(
name = "linkup",
about = "Connect remote and local dev/preview environments",
about = "Connect remote and local dev/preview environments\n\nIf you need help running linkup, start here:\nhttps://github.com/mentimeter/linkup/blob/main/docs/using-linkup.md",
version = env!("CARGO_PKG_VERSION"),
)]
struct Cli {
Expand Down

0 comments on commit bf51c3d

Please sign in to comment.