Open scy opened 5 years ago
Currently, there's basically a proof-of-concept parser, and init.py simply displays their __str__().
init.py
__str__()
I want a command-line tool with options like
-f file
-
-t tag
tag
-i issue
issue
-a start
-o stop
Note that these options are not final, and even their names could change.
Also, we should be able to select from several output formats (text, JSON, …?).
We don't need everything at the first release though.
Currently, there's basically a proof-of-concept parser, and
init.py
simply displays their__str__()
.I want a command-line tool with options like
-f file
: input file, or-
for stdin-t tag
: only display entries tagged withtag
-i issue
: only display entries associated with issueissue
-a start
,-o stop
: only display entries in the given timeframeNote that these options are not final, and even their names could change.
Also, we should be able to select from several output formats (text, JSON, …?).
We don't need everything at the first release though.