Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/dev' into update/k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
RWDai committed Apr 28, 2024
2 parents e705a77 + 328c37c commit e539703
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions binary/spacegate/src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ pub struct Args {
#[arg(short, long, env)]
pub config: Config,
/// The dynamic lib plugins dir
///
/// # Example
/// If you are using linux, you may put the plugins dll in `/lib/spacegate/plugins`.
/// `-p /lib/spacegate/plugins`
#[arg(short, long, env)]
pub plugins: Option<PathBuf>,
}

0 comments on commit e539703

Please sign in to comment.