Skip to content

Commit

Permalink
Help: Add a link to the online docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed Oct 17, 2021
1 parent 6823e27 commit 804f78e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ const PAGER_COMMAND: &str = "less -R";
#[clap(setting = AppSettings::ArgRequiredElseHelp)]
#[clap(setting = AppSettings::HelpRequired)]
#[clap(setting = AppSettings::DeriveDisplayOrder)]
#[clap(
after_help = "To view the user documentation, please visit https://dbrgn.github.io/tealdeer/.\n\n"
)]
struct Args {
/// The command to show (e.g. `tar` or `git log`)
#[clap(min_values = 1)]
Expand Down

0 comments on commit 804f78e

Please sign in to comment.