| Copyright | (c) Miao ZhiCheng 2024 |
|---|---|
| License | MIT |
| Maintainer | zhicheng.miao@gmail.com |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | None |
| Language | GHC2021 |
THSH.Script
Description
Documentation
A script contains shell source code and a list of other funclets it depends on.
Constructors
| MkScript | |
Fields
| |
genFuncletPipeCode :: Int -> String Source #
The piping code snippet that should substitute the funclet occurrences during quasi quoting.