test(push): add push remove test
This commit is contained in:
@@ -32,6 +32,7 @@ pub fn add(args: AddArgs) {
|
||||
let rules = nextsyncignore::get_rules();
|
||||
|
||||
for file in file_vec {
|
||||
dbg!(&file);
|
||||
let f = match normalize_relative(file) {
|
||||
Ok(f) => f,
|
||||
Err(err) => {
|
||||
|
||||
Reference in New Issue
Block a user