Skip to content

Commit ed26cbb

Browse files
committed
lint
1 parent 37db7d7 commit ed26cbb

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

scripts/publish.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ set -e
88

99
cargo build --release
1010

11+
# write the usage file
12+
# if this updates, you may need to run the publish script again
13+
cargo run --bin oseda-usage
14+
1115
cargo test
1216

1317
# see if valid compilation w/o warnings

src/bin/oseda-usage.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
use std::{error::Error, fs};
22

3-
use clap::Parser;
43
use oseda_cli::Cli;
54

65

src/bin/oseda.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use std::{error::Error, process};
22

3-
use clap::{Parser, Subcommand};
3+
use clap::Parser;
44
use oseda_cli::{Cli, Commands, cmd::{
55
check,
66
deploy::{self},

0 commit comments

Comments
 (0)