Skip to content

Commit

Permalink
version: add open translations file to make
Browse files Browse the repository at this point in the history
  • Loading branch information
darakeon committed Dec 1, 2023
1 parent ae8b032 commit d9d32ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions version/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ help:
@echo " | |"
@echo " | Need parameters to get tasks from TODO and create new version at RELEASES |"
@echo " | |"
@echo " | make translate |"
@echo " | >>> open task translations file; |"
@echo " | |"
@echo " | make new_by_quantity QUANTITY={N} |"
@echo " | >>> get first N tasks; |"
@echo " | |"
Expand All @@ -26,6 +29,9 @@ help:
@echo " | |"
@echo " |-----------------------------------------------------------------------------|"

translate:
@code ../docs/translations.json

new_by_quantity:
@cargo run -q -- -q ${QUANTITY}

Expand Down

0 comments on commit d9d32ae

Please sign in to comment.