Remove TODOs (#6843)

This commit is contained in:
Michael Vines
2019-11-08 16:43:18 -07:00
committed by GitHub
parent 9c00ad9ff2
commit efdfc5c327
8 changed files with 5 additions and 22 deletions

View File

@ -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()

View File

@ -520,5 +520,4 @@ mod tests {
}
);
}
// TODO: Add process tests
}

View File

@ -897,5 +897,4 @@ mod tests {
}
);
}
// TODO: Add process tests
}

View File

@ -310,5 +310,4 @@ mod tests {
}
);
}
// TODO: Add process tests
}

View File

@ -593,5 +593,4 @@ mod tests {
}
);
}
// TODO: Add process tests
}