diff options
author | George Abbott <george@gabbott.dev> | 2023-11-19 16:20:18 +0000 |
---|---|---|
committer | George Abbott <george@gabbott.dev> | 2023-11-19 16:20:18 +0000 |
commit | ef0ef32a725810a4b4add17f042d49051b4db7b3 (patch) | |
tree | 6ac103a49eb10cefc2cafcb7fcea4b5cb0891c05 /web/training-format-table | |
parent | a3393bf3cf04f24c8a45b9e7aabbe6131db0f7a5 (diff) |
Diffstat (limited to 'web/training-format-table')
-rwxr-xr-x | web/training-format-table | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/training-format-table b/web/training-format-table index 4638578..2e55775 100755 --- a/web/training-format-table +++ b/web/training-format-table @@ -6,7 +6,7 @@ # months. # 2023-10 -fmt-as-table "$1/2023-10" "Index Date Sit-ups Planks Squats Ball Squats Comments" "collapsible(2023-10)" +fmt-as-table "$1/2023-10" "Index Date Sit-ups Planks Squats Ball Squats Comments" "collapsible(2023-10),allowwrap" # 2023-11 -fmt-as-table "$1/2023-11" "Index Date Press-ups Planks Dumbbells Ball Squats Comments" "collapsible(2023-11)" +fmt-as-table "$1/2023-11" "Index Date Press-ups Planks Dumbbells Ball Squats Comments" "collapsible(2023-11),allowwrap" |