mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
appmgr: fix portable
This commit is contained in:
committed by
Aiden McClelland
parent
62e0f742ba
commit
fd6a1897c8
@@ -163,12 +163,13 @@ async fn inner_main() -> Result<(), Error> {
|
||||
);
|
||||
|
||||
#[cfg(feature = "avahi")]
|
||||
let app = app.subcommand(
|
||||
#[allow(unused_mut)]
|
||||
let mut app = app.subcommand(
|
||||
SubCommand::with_name("lan")
|
||||
.about("Configures LAN services")
|
||||
.subcommand(
|
||||
SubCommand::with_name("enable")
|
||||
.about("Publishes the LAN addresses for all services")
|
||||
.about("Publishes the LAN addresses for all services"),
|
||||
),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user