We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 984a243 commit e66ea86Copy full SHA for e66ea86
crates/tmc-langs-cli/src/app.rs
@@ -182,8 +182,7 @@ pub enum Command {
182
#[clap(long)]
183
output_path: PathBuf,
184
/// 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")]
+ #[clap(long)]
187
stub_archive_path: Option<PathBuf>,
188
/// Compression algorithm used for the stub archive.
189
#[clap(long, default_value_t = Compression::Zip)]
@@ -836,7 +835,7 @@ mod base_test {
836
835
"tar",
837
"--output-path",
838
"path",
839
- "--stub-zip-path",
+ "--stub-archive-path",
840
841
"--submission-path",
842
0 commit comments