refactor: rename aim to upm and extract appimage module
This commit is contained in:
parent
af13e98eb3
commit
863c57e473
117 changed files with 2622 additions and 887 deletions
7
crates/upm/tests/cli_smoke.rs
Normal file
7
crates/upm/tests/cli_smoke.rs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
use assert_cmd::Command;
|
||||
|
||||
#[test]
|
||||
fn cli_shows_help() {
|
||||
let mut cmd = Command::cargo_bin("upm").unwrap();
|
||||
cmd.arg("--help").assert().success();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue