GrayJack / coreutils

Core utils re-implementation for UNIX/UNIX-like systems written in Rust
Mozilla Public License 2.0
106 stars 40 forks source link

Fixing template clap call. #119

Closed marcospb19 closed 4 years ago

marcospb19 commented 4 years ago

Replacing app with create_app.

All tools use: let matches = cli::create_app().get_matches();

.template had: let matches = cli::app().get_matches();

Which caused compilation errors.

GrayJack commented 4 years ago

bors r+

bors[bot] commented 4 years ago

Build succeeded: