UNPKG
@jasondark/proompt
Version:
alpha (0.1.0-alpha.7)
latest (0.1.0-alpha.7)
0.1.0-alpha.7
0.1.0-alpha.6
0.1.0-alpha.5
0.1.0-alpha.4
0.1.0-alpha.3
0.1.0-alpha.2
0.1.0-alpha.1
CLI tool for running AI prompts with structure and repeatability
@jasondark/proompt
/
dist
/
completion
/
shell.d.ts
6 lines
•
187 B
TypeScript
View Raw
1
2
3
4
5
6
import
omelette
from
'omelette'
;
/** * Set up shell completion for proompt commands */
export
declare
const
setupCompletion
:
() =>
omelette.
Instance
;
//# sourceMappingURL=shell.d.ts.map