Skip to content

Commit d0e400b

Browse files
committed
Add reminder for table implementation
1 parent c2e4763 commit d0e400b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spaghetto/src/Spago/Command/Registry.purs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ type RegistryEnv a =
2626
-- TODO: some of these commands output text, some JSON, and the interface feels unpolished.
2727
-- We should do some user testing and make the experience a little more cohesive
2828

29+
-- TODO: we should take inspiration from npm: they have npm search, and npm info
30+
-- TODO: also their table format is a little more sleek, and e.g. search displays a lot more info
31+
2932
search :: forall a. String -> Spago (RegistryEnv a) Unit
3033
search searchString = do
3134
logInfo $ "Searching for " <> show searchString <> " in the Registry package names..."

0 commit comments

Comments
 (0)