forked from smallhadroncollider/taskell
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat (IO.Taskell/Data.Taskell.Lists): added -i option to analyse a ta…
…skell file
- Loading branch information
1 parent
15fb8f0
commit 5a0144e
Showing
4 changed files
with
34 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
Usage: taskell ([options] | [-t <trello-board-id>] file) | ||
Usage: taskell ([options] | [-i | -t <trello-board-id>] file) | ||
|
||
Options: | ||
|
||
-h Help | ||
-v Version number | ||
-t <trello-board-id> Create a new taskell file from the given Trello board ID | ||
-h Help | ||
-v Version number | ||
-i file Display information about a file | ||
-t <trello-board-id> file Create a new taskell file from the given Trello board ID |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters