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 dbe5756 commit f228b3cCopy full SHA for f228b3c
gemini_commandline/Main.hs
@@ -44,7 +44,7 @@ main :: IO ()
44
main = do
45
args <- getArgs
46
case args of
47
- [] -> putStrLn "Error: Please provide a prompt as a command-line argument."
+ [] -> putStrLn "Error: Please provide a prompt as a command line argument."
48
(arg:_) -> do -- Extract the argument directly
49
apiKey <- getEnv "GOOGLE_API_KEY"
50
0 commit comments