Skip to content

Commit

Permalink
add some documents
Browse files Browse the repository at this point in the history
  • Loading branch information
4t145 committed Apr 26, 2024
1 parent 9240988 commit fc4128b
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 fc4128b

Please sign in to comment.