Skip to content

Commit

Permalink
Add doc for with_inputs for actins.write
Browse files Browse the repository at this point in the history
Summary: Add doc for `with_inputs` for `actins.write`

Reviewed By: perehonchuk

Differential Revision: D68911194

fbshipit-source-id: 5807be38f10d4b36044a8c41ff6c3672680e0186
  • Loading branch information
Nero5023 authored and facebook-github-bot committed Jan 30, 2025
1 parent ae8cbda commit 0b3a801
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/buck2_action_impl/src/context/write.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ pub(crate) fn analysis_actions_methods_write(methods: &mut MethodsBuilder) {
/// * If it is true, the result will be a pair of the `artifact` containing content and a
/// list of artifact values that were written by macros, which should be used in hidden
/// fields or similar
/// * `with_inputs` (optional): if set, add artifacts in `content` as associated artifacts of the return `artifact`.
/// * `absolute` (optional): if set, this action will produce absolute paths in its output when
/// rendering artifact paths. You generally shouldn't use this if you plan to use this action
/// as the input for anything else, as this would effectively result in losing all shared
Expand Down

0 comments on commit 0b3a801

Please sign in to comment.