Module RargInternal.TerminalTemplates
module type TipTemplateConfig = { ... };let installTip: appPath:string => shell:option(Seed.Process.Shell.t) => ?platform:Seed.Os.Platform.t => unit => string;
module type PathTemplateConfig = { ... };module PathTemplate: (Templates: PathTemplateConfig) => { ... };module Autocomplete: { ... };