From 62513c36dcce2593615ad3567dd2b384c6ce89a3 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 6 Feb 2020 10:38:04 -0700 Subject: add TODO Signed-off-by: Sean Whitton --- TODO | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..99bef18 --- /dev/null +++ b/TODO @@ -0,0 +1,8 @@ +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