reformat imports

This commit is contained in:
Aiden McClelland
2021-04-07 21:57:02 -06:00
parent dd22dfacc2
commit 64d5d40765
10 changed files with 48 additions and 34 deletions

View File

@@ -1,8 +1,9 @@
use super::*;
use proc_macro2::TokenStream;
use quote::quote;
use syn::spanned::Spanned;
use super::*;
pub fn build(args: RunCliArgs) -> TokenStream {
let mut command_handler = args.command.clone();
let mut arguments = std::mem::replace(