From 683a222b76ea7518fd1e643e55a23b626c6cc38e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Tue, 2 Mar 2021 17:14:54 +0100 Subject: [PATCH] Modified items in TODO for interface. --- TODO | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index 22fc649..feec984 100644 --- a/TODO +++ b/TODO @@ -10,6 +10,6 @@ Documentation: - Create `help` option Interface: - - Option to only print nth number - - Option to store and import numbers from a file - - Option to run verbose (turn default to silent) + - Option to only print nth number (set default) + - Option to import numbers from a file (exports with piping) + - Option to run verbose (print all numbers)