diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2021-07-30 13:47:07 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2021-07-30 13:47:07 +0100 |
commit | 34f9235b989a2f31c52d179b9c788a8f4f8a8f95 (patch) | |
tree | b6eabbc48727e1eb1145925ab7c3341650fc0e33 /content | |
parent | 38e238ec35d362a031ee8c300c70c461e3cc1d39 (diff) | |
download | the-tk.com-34f9235b989a2f31c52d179b9c788a8f4f8a8f95.tar.gz the-tk.com-34f9235b989a2f31c52d179b9c788a8f4f8a8f95.tar.xz the-tk.com-34f9235b989a2f31c52d179b9c788a8f4f8a8f95.zip |
Fix 2021-07-29-option-parsing-on-a-budget tags
Diffstat (limited to 'content')
-rw-r--r-- | content/posts/2021-07-29-option-parsing-on-a-budget.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/2021-07-29-option-parsing-on-a-budget.md b/content/posts/2021-07-29-option-parsing-on-a-budget.md index 9fe6d7c..eb323e1 100644 --- a/content/posts/2021-07-29-option-parsing-on-a-budget.md +++ b/content/posts/2021-07-29-option-parsing-on-a-budget.md @@ -1,5 +1,5 @@ $title "Option Parsing On a Budget" -$tags c information +$tags C information Recently I was writing a little code generation utility which took lots of positional arguments. I wanted to add two optional features to this utility, |