We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2e4763 commit d0e400bCopy full SHA for d0e400b
spaghetto/src/Spago/Command/Registry.purs
@@ -26,6 +26,9 @@ type RegistryEnv a =
26
-- TODO: some of these commands output text, some JSON, and the interface feels unpolished.
27
-- We should do some user testing and make the experience a little more cohesive
28
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
+
32
search :: forall a. String -> Spago (RegistryEnv a) Unit
33
search searchString = do
34
logInfo $ "Searching for " <> show searchString <> " in the Registry package names..."
0 commit comments