docs(tvix/cli): fix docstring
We cannot just escape the square brackets as rustdoc suggests, because clap outputs the docstring verbatim, without any escaping to the user. Change-Id: I7ce7932e35ee1b01bccbc142a7bdc7af9ce7e51e Reviewed-on: https://cl.tvl.fyi/c/depot/+/13256 Tested-by: BuildkiteCI Reviewed-by: Marijan Petričević <marijan.petricevic94@gmail.com> Autosubmit: flokli <flokli@flokli.de> Reviewed-by: Domen Kožar <domen@cachix.org>
This commit is contained in:
parent
b8e3e3c828
commit
ba54ba47ee
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ use tvix_store::utils::ServiceUrlsMemory;
|
|||
|
||||
/// Provides a CLI interface to trigger evaluation using tvix-eval.
|
||||
///
|
||||
/// Uses configured tvix-[ca]store and tvix-build components,
|
||||
/// Uses configured tvix-{ca,}store and tvix-build components,
|
||||
/// and by default a set of builtins similar to these present in Nix.
|
||||
///
|
||||
/// None of the stores available add to the local `/nix/store` location.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue