From 9e44c51b844cb598dfdd617d893ab002b5a47816 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 10 Feb 2020 20:41:06 -0700 Subject: add 'annex' attribute Signed-off-by: Sean Whitton --- TODO | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 TODO (limited to 'TODO') diff --git a/TODO b/TODO deleted file mode 100644 index 99bef18..0000000 --- a/TODO +++ /dev/null @@ -1,8 +0,0 @@ -Would be cool to be able to do this, Git::Wrapper style: - - my $annex = Git::Annex->new; - $annex->annex->find({ in => "here" }); - -instead of - - $annex->git->annex("find", { in => "here" }); -- cgit v1.2.3