···33function atfile.bsky_profile() {
44 actor="$1"
5566+ # shellcheck disable=SC2154
67 [[ $_output_json == 1 ]] && atfile.die "Command not available as JSON"
7889 function atfile.bsky_profile.get_pretty_date() {
+1
src/commands/help.sh
···11#!/usr/bin/env bash
2233function atfile.help() {
44+ # shellcheck disable=SC2154
45 if [[ $_output_json == 1 ]]; then
56 atfile.die "Command not available as JSON"
67 fi