๐Ÿ“ฆโž”๐Ÿฆ‹ Store and retrieve files on the Atmosphere
35
fork

Configure Feed

Select the types of activity you want to include in your feed.

[#16] fix/ignore shellcheck warnings

Ducky b77483b0 a56edc33

+2
+1
src/commands/bsky_profile.sh
··· 3 3 function atfile.bsky_profile() { 4 4 actor="$1" 5 5 6 + # shellcheck disable=SC2154 6 7 [[ $_output_json == 1 ]] && atfile.die "Command not available as JSON" 7 8 8 9 function atfile.bsky_profile.get_pretty_date() {
+1
src/commands/help.sh
··· 1 1 #!/usr/bin/env bash 2 2 3 3 function atfile.help() { 4 + # shellcheck disable=SC2154 4 5 if [[ $_output_json == 1 ]]; then 5 6 atfile.die "Command not available as JSON" 6 7 fi