refactor: LPA interface, CLI location (#35328)

* refactor: LPABase, simpler switch() interface

* leave this since LPABase hides

* hw-agnostic esim.py

* newline

* use latest
This commit is contained in:
Trey Moen
2025-05-25 08:54:07 -07:00
committed by GitHub
parent 840ced5005
commit 993b1b4d88
7 changed files with 117 additions and 90 deletions
+1 -1
View File
@@ -295,7 +295,7 @@ function op_check() {
function op_esim() {
op_before_cmd
op_run_command system/hardware/tici/esim.py "$@"
op_run_command system/hardware/esim.py "$@"
}
function op_build() {