···120120---
121121122122* **¹** You can bypass OS detection in one of two ways:
123123- * Set `ATFILE_SKIP_UNSUPPORTED_OS=1`<br />Be careful! There's a reason some OSes are not supported
123123+ * Set `ATFILE_DISABLE_UNSUPPORTED_OS_WARN=1`<br />Be careful! There's a reason some OSes are not supported
124124 * Set `ATFILE_FORCE_OS=<os>`<br />This overrides the OS detected. Possible values: `bsd`, `haiku`, `linux`, `linux-mingw`, `linux-musl`, `linux-termux`, `macos`, `serenity`, and `solaris`.
125125* **²** musl-powered distros do not use GNU/glibc packages, and have problems currently
126126 * Known musl distros: Alpine, Chimera, Dragora, Gentoo (musl), Morpheus, OpenWrt, postmarketOS, Sabotage, Void
+6-6
src/commands/help.sh
···141141 ⚠️ If MediaInfo is not installed, the relevant metadata records will
142142 not be created:
143143 * audio/*: $_nsid_meta#audio
144144- * video/*: $_nsid_meta#video
145145- ${_envvar_prefix}_SKIP_UNSUPPORTED_OS_WARN <bool¹> (default: $_skip_unsupported_os_warn)
146146- Do not error when running on an unsupported OS\n
144144+ * video/*: $_nsid_meta#video\n
147145 ${_envvar_prefix}_ENDPOINT_APPVIEW <url> (default: ${_endpoint_appview_default}$([[ $_endpoint_appview_default == *"zio.blue" ]] && echo "²"))
148146 Endpoint of the Bluesky (or compatible) AppView
149147 ${_envvar_prefix}_ENDPOINT_JETSTREAM <url> (default: $_endpoint_jetstream_default$([[ $_endpoint_jetstream_default == *"zio.blue" ]] && echo "²"))
···156154 Endpoint of the PLC directory
157155 ${_envvar_prefix}_ENDPOINT_SOCIAL_APP <url> (default: ${_endpoint_social_app_default})
158156 Endpoint of the Bluesky (or compatible) social app\n
159159- ${_envvar_prefix}_DEBUG <bool¹> (default: 0)
160160- Print debug outputs
161161- ⚠️ When output is JSON (${_envvar_prefix}_OUTPUT_JSON=1), sets to 0
162157 ${_envvar_prefix}_DISABLE_SETUP_DIR_CREATION <bool¹> (default: $_disable_setup_dir_creation)
163158 Disable directory creation during setup
159159+ ${_envvar_prefix}_DISABLE_UNSUPPORTED_OS_WARN <bool¹> (default: $_disable_unsupported_os_warn)
160160+ Do not error when running on an unsupported OS
164161 ${_envvar_prefix}_DISABLE_UPDATE_CHECKING <bool¹> (default: $_disable_update_checking_default)
165162 Disable periodic update checking when command finishes
166163 ${_envvar_prefix}_DISABLE_UPDATE_COMMAND <bool¹> (default: $_disable_update_command_default)
167164 Disable \`update\` command\n
165165+ ${_envvar_prefix}_DEBUG <bool¹> (default: 0)
166166+ Print debug outputs
167167+ ⚠️ When output is JSON (${_envvar_prefix}_OUTPUT_JSON=1), sets to 0\n
168168 ¹ A bool in Bash is 1 (true) or 0 (false)
169169 ² These servers are ran by @$handle. You can trust us!"
170170