You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 30, 2026. It is now read-only.
Right now, a great part of the documentation of each script is located in its header. This is not very useful as the user mainly has access to the --help switch.
This issue proposes to move all the documentation to the help function, activated by the --help switch.
Right now, a great part of the documentation of each script is located in its header. This is not very useful as the user mainly has access to the
--helpswitch.This issue proposes to move all the documentation to the
helpfunction, activated by the--helpswitch.