This commit is contained in:
Hakki 2024-08-25 19:07:36 +02:00 committed by mikolaj
parent d0a05baeb5
commit d46e04bd63
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ pub struct Cli {
#[arg(value_name = "SPECCTRA DESIGN FILE",
help = "Specify the Specctra Design (*.dsn) input file for the Topola autorouter")]
pub input: PathBuf,
#[arg(short, long, value_name = "SESSION FILE",
help = "Specify the output Topola session file (*.ses), by default, it is the input filename with extension changed to .ses")
#[arg(short, long, value_name = "SPECCTRA SESSION FILE",
help = "Specify the output session file in Specctra-compatible format (*.ses). The input filename is used by default, with the extension changed to Specctra Session File extension")
]
pub output: Option<PathBuf>,
#[arg(short, long, value_name = "COMMAND FILE", help = "JSON-like file with .cmd extension, containing sequence of available commands ")]