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] = []
|
||||
packages: list[str] = []
|
||||
|
||||
|
||||
def need(command: str) -> None:
|
||||
"""Assert package dependency for a command."""
|
||||
match command:
|
||||
case "debootstrap":
|
||||
package = "debootstrap"
|
||||
|
|
Loading…
Reference in a new issue