mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-24 23:36:01 -05:00
add comment with list of available fields
This commit is contained in:
parent
b046661208
commit
220fa03b2e
|
|
@ -38,6 +38,7 @@ while [[ $# -gt 0 ]]; do
|
|||
esac
|
||||
done
|
||||
|
||||
# `gh cache list --json`` fields (see https://cli.github.com/manual/gh_cache_list): createdAt, id, key, lastAccessedAt, ref, sizeInBytes, version
|
||||
if [[ $# -eq 0 ]]; then
|
||||
echo "Grouping all caches by prefix..."
|
||||
json=$(gh cache list --limit "$LIMIT" --json key,sizeInBytes 2>/dev/null) || {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user