This commit is contained in:
Ashwin Bharambe 2025-07-17 16:24:41 -07:00
parent a13094a82a
commit 774b975561

View file

@ -47,7 +47,7 @@ class StackRun(Subcommand):
self.parser.add_argument( self.parser.add_argument(
"--image-name", "--image-name",
type=str, type=str,
help="Name of the image to run. Defaults to the current environment", help="Name of the image to run.",
) )
self.parser.add_argument( self.parser.add_argument(
"--env", "--env",