-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLI: Add command to display the list of supported file formats #2247
Labels
docs 📚
Write, improve, or review documentation
enhancement
Refactoring, improvement or maintenance task
released
Available in the stable release
ux
Impacts User Experience
Comments
lastzero
added
enhancement
Refactoring, improvement or maintenance task
docs 📚
Write, improve, or review documentation
ux
Impacts User Experience
labels
Apr 12, 2022
lastzero
added a commit
to photoprism/photoprism-docs
that referenced
this issue
Apr 12, 2022
see photoprism/photoprism#2247 Signed-off-by: Michael Mayer <michael@photoprism.app>
lastzero
added a commit
to photoprism/photoprism-docs
that referenced
this issue
Apr 12, 2022
see photoprism/photoprism#2247 Signed-off-by: Michael Mayer <michael@photoprism.app>
lastzero
added a commit
to photoprism/photoprism-docs
that referenced
this issue
Apr 12, 2022
see photoprism/photoprism#2247 Signed-off-by: Michael Mayer <michael@photoprism.app>
lastzero
added a commit
to photoprism/photoprism-docs
that referenced
this issue
Apr 12, 2022
see photoprism/photoprism#2247 Signed-off-by: Michael Mayer <michael@photoprism.app>
lastzero
added a commit
to photoprism/photoprism-docs
that referenced
this issue
Apr 12, 2022
see photoprism/photoprism#2247 Signed-off-by: Michael Mayer <michael@photoprism.app>
lastzero
added a commit
that referenced
this issue
Apr 12, 2022
lastzero
added a commit
that referenced
this issue
Apr 14, 2022
Replaces the --no-wrap flag with --md in all "photoprism show ..." subcommands, as this is easier to understand. See also #2247. Unused code was opportunistically removed along the way.
lastzero
added a commit
that referenced
this issue
Apr 16, 2022
lastzero
added a commit
that referenced
this issue
Apr 17, 2022
lastzero
added a commit
that referenced
this issue
Apr 17, 2022
Tested. Indeed the new command works and lists formats. |
graciousgrey
added
released
Available in the stable release
and removed
please-test
Ready for acceptance test
labels
May 17, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
docs 📚
Write, improve, or review documentation
enhancement
Refactoring, improvement or maintenance task
released
Available in the stable release
ux
Impacts User Experience
As a user with a variety of file formats in my library, I would like to check them against a list of supported formats without having to read source code or external documentation.
Implementing this seems like a quick win since we need this for our documentation anyway and don't have time to manually update the list every time something changes.
To show all supported formats (
-s
hides the description to make the output more compact, the-n
flag removes the text wrapping so that the result can be copied directly into our docs as it is a valid Markdown table):The text was updated successfully, but these errors were encountered: