1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-05 07:27:46 +00:00

change/API! ~ new_coreopts!() => app!()

This commit is contained in:
Roy Ivy III 2020-05-27 11:11:42 -05:00
parent 0c4d314544
commit fc6370e160

View file

@ -119,7 +119,7 @@ impl<'a> CoreOptions<'a> {
}
#[macro_export]
macro_rules! new_coreopts {
macro_rules! app {
($syntax: expr, $summary: expr, $long_help: expr) => {
uucore::coreopts::CoreOptions::new(uucore::coreopts::HelpText {
name: executable!(),