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
* feat:implement-include-type
* bugfix:deal with duplicate extensions
* bugfix:extract code from prerun
* bugfix:import DefaultSupportedMedia from supported.go
* feat:use set function instead of prerun
* refactor: Implement IncludeType
A type IncludeType has been implemented as the type for the possible
values for the include-type flag. The conversion to extensions to
include is done in a PreRun function. A function has been added
to get the DefaultSupportedMedia as a map from a media type to a list
of extensions.
* docs: Add documentation for functions and reorder code
Add simple explanation for funciton calls and reorder to keep the types
at the top to introduce the types before the user reads them. Also
document undocumented public functions or functions with importance to
reduce code complexity overhead.
close issue#9 #5
---------
Co-authored-by: Hugo Sacilotto <[email protected]>
Co-authored-by: Hex4C <[email protected]>
0 commit comments