Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
print_commands :: Bool -> Sh a -> Sh ashelly Shelly Create a sub-Sh with command echoing on or off Defaults to False, set to True by verbosely
print_commands_with :: (Text -> IO ()) -> Sh a -> Sh ashelly Shelly Create a sub-Sh in which commands are sent to the user-defined function.
print_stderr :: Bool -> Sh a -> Sh ashelly Shelly Create a sub-Sh with stderr printing on or off Defaults to True.
print_stdout :: Bool -> Sh a -> Sh ashelly Shelly Create a sub-Sh with stdout printing on or off Defaults to True.
print_commands :: MonadShControl m => Bool -> m a -> m ashelly Shelly.Lifted No documentation available.
print_commands_with :: MonadShControl m => (Text -> IO ()) -> m a -> m ashelly Shelly.Lifted No documentation available.
print_stderr :: MonadShControl m => Bool -> m a -> m ashelly Shelly.Lifted No documentation available.
print_stdout :: MonadShControl m => Bool -> m a -> m ashelly Shelly.Lifted No documentation available.
print_commands :: Bool -> Sh a -> Sh ashelly Shelly.Pipe see 'S.print_commands
print_stdout :: Bool -> Sh a -> Sh ashelly Shelly.Pipe see print_stdout