mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
chore: fix build cli argument access
This commit is contained in:
parent
b2b38a9191
commit
ee95b3b26a
@ -64,5 +64,5 @@ mixin BuildCommandCommonSteps on Command {
|
||||
);
|
||||
}
|
||||
|
||||
String get architecture => argResults?.option("arch") as String;
|
||||
String get architecture => parent?.argResults?.option("arch") as String;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user