From 080f746dd5800035e088dd37b9cd00972505f907 Mon Sep 17 00:00:00 2001 From: sigoden Date: Thu, 15 Feb 2024 10:19:55 +0800 Subject: [PATCH] feat: support `--argc-shell-path` (#299) --- README.md | 2 +- src/bin/argc/completions/completion.sh | 3 ++- src/bin/argc/main.rs | 9 +++++++-- src/matcher.rs | 4 ++-- tests/cli.rs | 10 ++++++++++ 5 files changed, 22 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 154bf8f0..c19fc117 100644 --- a/README.md +++ b/README.md @@ -257,7 +257,7 @@ Here are some value notation that will affect the shell completion. ## Build -Generate a single standalone bash script without argc dependency. +Build a single standalone bash script without argc dependency. ``` argc --argc-build