lint/cmd
This commit is contained in:
parent
2dfdabed26
commit
e306971534
1 changed files with 3 additions and 0 deletions
|
@ -1,8 +1,11 @@
|
||||||
|
"""Handle system commands & packages."""
|
||||||
|
|
||||||
commands: list[str] = []
|
commands: list[str] = []
|
||||||
packages: list[str] = []
|
packages: list[str] = []
|
||||||
|
|
||||||
|
|
||||||
def need(command: str) -> None:
|
def need(command: str) -> None:
|
||||||
|
"""Assert package dependency for a command."""
|
||||||
match command:
|
match command:
|
||||||
case "debootstrap":
|
case "debootstrap":
|
||||||
package = "debootstrap"
|
package = "debootstrap"
|
||||||
|
|
Loading…
Reference in a new issue