mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-31 04:03:40 +00:00
Update src/Cli/Cli.hs
This commit is contained in:
@@ -440,7 +440,7 @@ parseEosPublish =
|
|||||||
liftA3
|
liftA3
|
||||||
EosUpload
|
EosUpload
|
||||||
(strOption (short 't' <> long "target" <> metavar "NAME" <> help "Name of registry in publish.dhall"))
|
(strOption (short 't' <> long "target" <> metavar "NAME" <> help "Name of registry in publish.dhall"))
|
||||||
(strOption (short 'p' <> long "package" <> metavar "S9PK" <> help "File path of the image to publish"))
|
(strOption (short 'i' <> long "image" <> metavar "EOS_IMG" <> help "File path of the image to publish"))
|
||||||
(strOption (short 'v' <> long "version" <> help "Version of the image"))
|
(strOption (short 'v' <> long "version" <> help "Version of the image"))
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user