summaryrefslogtreecommitdiff
path: root/internal/prompt
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-11-19 22:46:05 +0200
committerPaul Buetow <paul@buetow.org>2024-11-19 22:46:05 +0200
commit836d21a7c43f4ce84dfa1ada0552989be4a43ca9 (patch)
treefe6dc637c2c916e10b1beff31d687edf0f994503 /internal/prompt
parent1550fbf9c2b0602c4675f25cd92e389593894e58 (diff)
use of platform aliases
Diffstat (limited to 'internal/prompt')
-rw-r--r--internal/prompt/file.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/internal/prompt/file.go b/internal/prompt/file.go
index 5d7212b..9668aed 100644
--- a/internal/prompt/file.go
+++ b/internal/prompt/file.go
@@ -17,11 +17,6 @@ var (
ErrDeleted = errors.New("deleted")
)
-// type entry interface {
-// Path() string
-// ContentWithLimit(int) (string, error)
-// }
-
// TODO: Add option to randomly select another entry when no selected?
func FileAction(question, content, filePath string) (string, error) {
colour.Info2f(filePath + ":")