add field desc

This commit is contained in:
Joey Hess 2025-02-24 16:39:55 -04:00
parent 556f44d404
commit ce05a92ee7
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View 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")]
)
}