feat(desktop): pass instance id as flag or environment variable

This commit is contained in:
2024-01-12 17:09:19 +01:00
parent c53a566fe7
commit 9884855e3c
4 changed files with 22 additions and 9 deletions

View File

@ -9,6 +9,6 @@ func main() {
command.Main(
"arcast",
"Arcast desktop player",
player.Root(),
player.Root().Subcommands...,
)
}