Add support to extract messages from cstl script

This commit is contained in:
2025-07-29 16:15:22 +08:00
parent 2e9b769f4a
commit 6cca5c7e87
6 changed files with 182 additions and 1 deletions

View File

@@ -179,6 +179,11 @@ pub struct Arg {
/// Specify the language of Artemis AST script.
/// If not specified, the first language will be used.
pub artemis_ast_lang: Option<String>,
#[cfg(feature = "cat-system")]
#[arg(long, global = true)]
/// CatSystem2 CSTL script language, used to extract messages from CSTL script.
/// If not specified, the first language will be used.
pub cat_system_cstl_lang: Option<String>,
#[command(subcommand)]
/// Command
pub command: Command,