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:
parent
3ae64f4dd0
commit
f1fd88af8f
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user