wrong command line names in the rougail CLI options #42

Closed
opened 2025-09-03 17:44:05 +02:00 by gremond · 1 comment
Member

There are some command line options that are using the old names. We are not using the term "dictionary" anymore:

  -m MAIN_DICTIONARIES [MAIN_DICTIONARIES ...], --main_dictionaries MAIN_DICTIONARIES [MAIN_DICTIONARIES ...]
                        Directories where dictionary files are placed
  --sort_dictionaries_all
                        Sort dictionaries from differents directories (default: False)
  --no-sort_dictionaries_all

so these options need to be renamed to -> "structure files"

There are some command line options that are using the old names. We are not using the term "dictionary" anymore: ``` -m MAIN_DICTIONARIES [MAIN_DICTIONARIES ...], --main_dictionaries MAIN_DICTIONARIES [MAIN_DICTIONARIES ...] Directories where dictionary files are placed --sort_dictionaries_all Sort dictionaries from differents directories (default: False) --no-sort_dictionaries_all ``` so these options need to be renamed to -> "structure files"
Owner

done

done
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: stove/rougail#42
No description provided.