prim/source/prompt/preexec.d

12 lines
135 B
D
Raw Permalink Normal View History

2023-08-09 19:05:26 +00:00
module prompt.preexec;
2023-08-10 14:44:06 +00:00
import prim.opt;
2023-08-09 19:05:26 +00:00
import comp.hr;
2023-08-09 20:01:15 +00:00
import style;
import style.color;
2023-08-10 14:44:06 +00:00
string preexec(Opts opt) {
return "";
2023-08-09 19:05:26 +00:00
}