mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +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")]
|
#[cfg(feature = "avahi")]
|
||||||
let app = app.subcommand(
|
#[allow(unused_mut)]
|
||||||
|
let mut app = app.subcommand(
|
||||||
SubCommand::with_name("lan")
|
SubCommand::with_name("lan")
|
||||||
.about("Configures LAN services")
|
.about("Configures LAN services")
|
||||||
.subcommand(
|
.subcommand(
|
||||||
SubCommand::with_name("enable")
|
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