1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-12-15 22:52:41 +03:00

docs(completions): update the example completion command

This commit is contained in:
orhun 2021-08-14 16:46:59 +03:00
parent 3ae64f4dd0
commit f1fd88af8f
No known key found for this signature in database
GPG Key ID: B928720AEC532117

View File

@ -6,7 +6,8 @@ use std::{
use structopt::clap::Shell;
use structopt::StructOpt;
/// Shell completions can be created with `cargo run --bin completions`
/// Shell completions can be created with:
/// `cargo run --bin git-cliff-completions`
/// in a directory specified by the environment variable OUT_DIR.
/// See <https://doc.rust-lang.org/cargo/reference/environment-variables.html>
fn main() {