Lua
- Tweaks to the Lua and extension API. Note that this is a documentation-only change, meaning the design is being honed. No support exists yet.
This commit is contained in:
@@ -21,13 +21,6 @@ function usage ()
|
||||
return 'task random'
|
||||
end
|
||||
|
||||
-- Arguments: None
|
||||
-- Returns: Valid Taskwarrior BNF, minimally defining a production rule that
|
||||
-- has the same name as the command itself
|
||||
function syntax ()
|
||||
return 'random ::= "random" ;'
|
||||
end
|
||||
|
||||
-- Arguments: None
|
||||
-- Returns: 1 --> command does not modify data
|
||||
-- 0 --> command modifies data
|
||||
|
||||
Reference in New Issue
Block a user