Remove TODOs (#6843)
This commit is contained in:
@ -1237,11 +1237,11 @@ pub fn app<'ab, 'v>(name: &str, about: &'ab str, version: &'v str) -> App<'ab, '
|
||||
.arg(
|
||||
Arg::with_name("program_location")
|
||||
.index(1)
|
||||
.value_name("PATH TO PROGRAM")
|
||||
.value_name("PATH TO BPF PROGRAM")
|
||||
.takes_value(true)
|
||||
.required(true)
|
||||
.help("/path/to/program.o"),
|
||||
), // TODO: Add "loader" argument; current default is bpf_loader
|
||||
),
|
||||
)
|
||||
.stake_subcommands()
|
||||
.storage_subcommands()
|
||||
|
@ -520,5 +520,4 @@ mod tests {
|
||||
}
|
||||
);
|
||||
}
|
||||
// TODO: Add process tests
|
||||
}
|
||||
|
@ -897,5 +897,4 @@ mod tests {
|
||||
}
|
||||
);
|
||||
}
|
||||
// TODO: Add process tests
|
||||
}
|
||||
|
@ -310,5 +310,4 @@ mod tests {
|
||||
}
|
||||
);
|
||||
}
|
||||
// TODO: Add process tests
|
||||
}
|
||||
|
@ -593,5 +593,4 @@ mod tests {
|
||||
}
|
||||
);
|
||||
}
|
||||
// TODO: Add process tests
|
||||
}
|
||||
|
Reference in New Issue
Block a user