From 111c72d3b8dda678cd34938aad7a52e744c560c0 Mon Sep 17 00:00:00 2001 From: Sam Truzjan Date: Thu, 9 Jan 2014 05:58:21 +0400 Subject: Add TODOs to mktorrent utility --- examples/MkTorrent.hs | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'examples') diff --git a/examples/MkTorrent.hs b/examples/MkTorrent.hs index ab3144b4..124bb996 100644 --- a/examples/MkTorrent.hs +++ b/examples/MkTorrent.hs @@ -156,6 +156,7 @@ amend (AmendOpts tpath) = do {----------------------------------------------------------------------- -- Check command -- validate content files using torrent file -----------------------------------------------------------------------} +-- TODO progress bar data CheckOpts = CheckOpts { checkTorrentPath :: FilePath -- ^ validation torrent file @@ -214,6 +215,14 @@ checkTorrent CheckOpts {..} = do {----------------------------------------------------------------------- -- Create command -----------------------------------------------------------------------} +-- TODO progress bar +-- TODO multifile torrents +-- TODO interactive mode +-- TODO non interactive mode +-- TODO --ignore-dot-files +-- TODO --md5 +-- TODO --piece-size + {- createFlags :: Parser CreateFlags createFlags = CreateFlags -- cgit v1.2.3