foliage/app/Foliage/CmdCreateKeys.hs
2022-05-19 15:03:42 +08:00

9 lines
208 B
Haskell

module Foliage.CmdCreateKeys where
import Foliage.HackageSecurity
cmdCreateKeys :: FilePath -> IO ()
cmdCreateKeys keyPath = do
putStrLn $ "Creating a new set of keys in " <> keyPath
createKeys keyPath