1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-02 07:07:46 +00:00

fix custom completions arg names (#324)

This commit is contained in:
WindSoilder 2022-12-12 20:20:31 +08:00 committed by GitHub
parent 2117c1bb35
commit 1203bec68d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -308,7 +308,7 @@ export extern "cargo test" [
# Execute benchmarks of a package
export extern "cargo bench" [
bench_option_seperator?: string
# ...options?: any # Options to be passed to the benchmarks
...options: any # Options to be passed to the benchmarks
--no-run # Compile, but don't run benchmarks
--no-fail-fast # Run all benchmarks regardless of failure
--package(-p): string@"nu-complete cargo packages" # Benchmark only the specified packages