diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-10 11:02:37 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-11 18:21:08 +0200 |
commit | 98dd9ae0629d58b16603d0188bd7e6f6f182e337 (patch) | |
tree | 0de107af73fd8e1f929b471de0f0b3154e0a01cb /.gitignore | |
parent | 5834e02b741a4ee4d2b2bd88f0abc9eeed725a5d (diff) |
Add tags to tasks
Adds tag functionality to tasks
- Added Task type
- Added Tag type
- Save Tags to Gobdata
- Renamed gobdata -> Gobdata
- Replaced NArg by ParseNArg function
- Added ArgInArgs helper function
- Added testing to TODO's
- Refactored switch statement
- Removed usage function
- Added gitignore
- Added LICENSE
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3fec32c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +tmp/ |