Make symbol positional

This commit is contained in:
Robin Avery 2024-02-29 17:41:51 -05:00
parent 82f8c9fb65
commit 0ed49533d9
No known key found for this signature in database
GPG Key ID: 633B2D5AB640375C

View File

@ -45,7 +45,7 @@ pub struct Args {
#[argp(option, short = 'u')]
/// Unit name within project
unit: Option<String>,
#[argp(option, short = 's')]
#[argp(positional)]
/// Function symbol to diff
symbol: String,
}