This commit is contained in:
Hamcha 2024-04-13 02:32:29 +02:00
parent 062c073df9
commit 68e663bf6b
Signed by: hamcha
GPG Key ID: 1669C533B8CF6D89
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ use std::path::PathBuf;
#[derive(FromArgs, PartialEq, Debug)]
#[argh(subcommand, name = "deploy")]
/// Dry run (print stacks to stdout)
/// Deploy stacks via Docker Compose
pub(crate) struct Arguments {
/// script to run
#[argh(positional)]