Skip to content

Commit e66ea86

Browse files
committed
Remove unneeded stub-zip-path alias
1 parent 984a243 commit e66ea86

File tree

1 file changed

+2
-3
lines changed
  • crates/tmc-langs-cli/src

1 file changed

+2
-3
lines changed

crates/tmc-langs-cli/src/app.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,7 @@ pub enum Command {
182182
#[clap(long)]
183183
output_path: PathBuf,
184184
/// If given, the tests will be copied from this stub instead, effectively ignoring hidden tests.
185-
// alias for backwards compatibility
186-
#[clap(long, alias = "stub-zip-path")]
185+
#[clap(long)]
187186
stub_archive_path: Option<PathBuf>,
188187
/// Compression algorithm used for the stub archive.
189188
#[clap(long, default_value_t = Compression::Zip)]
@@ -836,7 +835,7 @@ mod base_test {
836835
"tar",
837836
"--output-path",
838837
"path",
839-
"--stub-zip-path",
838+
"--stub-archive-path",
840839
"path",
841840
"--submission-path",
842841
"path",

0 commit comments

Comments
 (0)