Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions crates/pyrefly_build/src/query/custom.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ pub struct CustomQueryArgs {
/// <arg>
/// ...
/// ```
/// and `<arg-flag>` is either `--file` or `--target`, depending on the type
/// of `<arg>`
/// and `<arg>` is an absolute path to a file or a build system's target.
///
/// `<arg-flag>` is either `--file` or `--target`, depending on the type
/// of `<arg>`, and `<arg>` is an absolute path to a file or a build system's target.
pub command: Vec1<String>,

/// The root of the repository. Repo roots here will be shared between configs.
Expand Down
Loading