improvement: use clap for command line args
This commit is contained in:
committed by
Greg Heartsfield
parent
d06d227ebe
commit
73f4f60cc7
@@ -0,0 +1,10 @@
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use nostr_rs_relay::cli::CLIArgs;
|
||||
|
||||
#[test]
|
||||
fn cli_tests() {
|
||||
use clap::CommandFactory;
|
||||
CLIArgs::command().debug_assert();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user