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:
Florian Klink 2025-03-13 07:31:00 +01:00 committed by clbot
parent b8e3e3c828
commit ba54ba47ee

View file

@ -5,7 +5,7 @@ use tvix_store::utils::ServiceUrlsMemory;
/// Provides a CLI interface to trigger evaluation using tvix-eval. /// 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. /// 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. /// None of the stores available add to the local `/nix/store` location.