We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f60229c commit c7a2482Copy full SHA for c7a2482
src/main.rs
@@ -43,13 +43,9 @@ fn main() {
43
});
44
45
match args.input_command() {
46
- input_args::InputCommand::Status => {
47
- status::status(args, conf.filter_list_regex)
48
- }
+ input_args::InputCommand::Status => status::status(args, conf.filter_list_regex),
49
input_args::InputCommand::Create => create::create(args),
50
- input_args::InputCommand::Fetch => {
51
- fetch::fetch(args, conf.filter_list_regex)
52
+ input_args::InputCommand::Fetch => fetch::fetch(args, conf.filter_list_regex),
53
input_args::InputCommand::Error => {}
54
}
55
0 commit comments