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:
parent
2117c1bb35
commit
1203bec68d
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue