Fahad Assoumani

Results 2 issues of Fahad Assoumani

Resolves #21058 Wasn't sure how it could be implemented and tested so I kind mimic what select and input do by adding a callback to the function

lua

Fixes #11352 ### Module object Leverage the `:deprecated` metadata key of the `@moduledoc` attribute: `@moduledoc deprecated: "..."` ```elixir defmodule Foo do use Dagger.Mod.Object, name: "Foo" @moduledoc deprecated: "deprecation reason" @moduledoc...