Refactoring and many fixes to PR #378. (Broken)
This commit is broken due to a cleanup issue with NimScript eval.
This commit is contained in:
parent
6a851f5b87
commit
301a366dd2
18 changed files with 150 additions and 100 deletions
|
|
@ -454,6 +454,6 @@ proc listTasks*(scriptName: string, options: Options) =
|
|||
setNimScriptCommand("help")
|
||||
|
||||
discard execScript(scriptName, nil, options)
|
||||
# TODO: Make the 'task' template generate explicit data structure containing
|
||||
# all the task names + descriptions.
|
||||
cleanup()
|
||||
# TODO (#402): Make the 'task' template generate explicit data structure
|
||||
# containing all the task names + descriptions.
|
||||
cleanup()
|
||||
Loading…
Add table
Add a link
Reference in a new issue