TheAcharya / MarkersExtractor

Extract Markers from Final Cut Pro FCPXML
MIT License
36 stars 2 forks source link

Categorise our help layout #79

Open IAmVigneswaran opened 9 months ago

IAmVigneswaran commented 9 months ago

It is possible to categorise our --help layout. Right now all out flags/switch are grouped together under OPTIONS:.

help
GENERAL:
  --export-format <airtable | midi | notion>
.
.
.
IMAGE:
  --image-format <png | jpg | gif>
                          Marker thumb image format. 'gif' is animated and
                          additional options can be specified with --gif-fps
                          and --gif-span. (default: png)
.
.
.
LABEL:
  --label <id | name | type | checked | status | notes | position | clipType | clipName | clipDuration | videoRole | audioRole | eventName | projectName | libraryName | iconImage | imageFileName>
                          Label to overlay on thumb images. This argument can
                          be supplied more than once to apply multiple labels.
.
.
.
LOG:
  --result-file-path <path>
                          Path including filename to create a JSON result file.
                          If this option is not passed, it won't be created.
.
.
.

OTHERS:
  --media-search-path <path>
                          Media search path. This argument can be supplied more
                          than once to use multiple paths. (default: same
                          folder as fcpxml(d))
.
.
.