add field desc
authorJoey Hess <joeyh@joeyh.name>
Mon, 24 Feb 2025 20:39:55 +0000 (16:39 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 24 Feb 2025 20:41:02 +0000 (16:41 -0400)
Remote/Compute.hs

index 2142c96e48fb37c61cda000009569c51f75e7298..08b7f385d455f980c65430ecbd5552d641f65ea4 100644 (file)
@@ -118,7 +118,7 @@ computeConfigParser _ = return $ RemoteConfigParser
        -- to the input params.
        , remoteConfigRestPassthrough = Just
                ( const True
-               , []
+               , [("*", FieldDesc "all other parameters are passed to compute program")]
                )
        }